Код: Выделить всё
protected void setUp() throws Exception {
super.setUp();
setAdapter(new MainClassAdapter(Login.class));
Window window = getMainWindow();
}
Код: Выделить всё
public static void main(String[] args) {
java.awt.EventQueue.invokeLater(new Runnable() {
public void run() {
new Login().setVisible(true); System.out.println("window showingg");
}
});
}
Подробнее здесь: https://stackoverflow.com/questions/791 ... n-uispecj4
Мобильная версия