mirror of
https://github.com/NationalSecurityAgency/ghidra.git
synced 2025-10-05 10:49:34 +02:00
Tests - MultiTabPluginTest; ExternalCodeBrowserNavigationTest
This commit is contained in:
parent
9cf7369b07
commit
cbf4c9d34a
4 changed files with 38 additions and 28 deletions
|
@ -15,8 +15,7 @@
|
|||
*/
|
||||
package docking.test;
|
||||
|
||||
import static org.junit.Assert.assertNotNull;
|
||||
import static org.junit.Assert.fail;
|
||||
import static org.junit.Assert.*;
|
||||
|
||||
import java.awt.*;
|
||||
import java.awt.datatransfer.*;
|
||||
|
@ -2221,7 +2220,7 @@ public abstract class AbstractDockingTest extends AbstractGenericTest {
|
|||
* @param name the file name suffix
|
||||
* @throws Exception if there is any issue capturing the component
|
||||
*/
|
||||
public void capture(JComponent c, String name) throws Exception {
|
||||
public void capture(Component c, String name) throws Exception {
|
||||
|
||||
// old way of grabbing images--still need this if you want to capture a window's
|
||||
// decorations
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue