Créer une classe simple qui crée et affiche un JFrame pour l'instant:
importation java.awt.Dimension-
importation java.lang.reflect.InvocationTargetException-
importation javax.swing.JFrame-
importation javax.swing.SwingUtilities-
KeyPressTester public final class implémente Runnable {
main (String [] args) public static void jette InterruptedException, InvocationTargetException {SwingUtilities.invokeAndWait (nouvelle KeyPressTester ()) -
}
Override
public void run () {
frame = new JFrame ("KeyPress Tester") -
frame.setSize (nouvelle dimension (800, 600)) -
frame.setVisible (true) -
}
JFrame cadre privé
}