parent
99a902b27b
commit
90aa4a1239
|
@ -5,7 +5,7 @@ import java.awt.*;
|
|||
|
||||
import javax.swing.*;
|
||||
|
||||
public class MySampleGUIAppn extends JFrame{
|
||||
public class MySampleGUIAppn extends JFrame {
|
||||
public MySampleGUIAppn() {
|
||||
if (!GraphicsEnvironment.isHeadless()) {
|
||||
setSize(300,300);
|
||||
|
@ -20,7 +20,6 @@ public class MySampleGUIAppn extends JFrame{
|
|||
System.exit(0);
|
||||
}
|
||||
});
|
||||
|
||||
}
|
||||
else {
|
||||
System.exit(0);
|
||||
|
|
|
@ -5,7 +5,6 @@ import java.io.IOException;
|
|||
import org.junit.jupiter.api.Test;
|
||||
|
||||
class MySampleGUIAppnUnitTest {
|
||||
|
||||
@Test
|
||||
void testMain() throws IOException {
|
||||
System.setProperty("java.awt.headless", "true");
|
||||
|
|
Loading…
Reference in New Issue