- Código1:
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode characters
import javax.swing.JFrame; public class Main { public static void main(String arg[]) { JFrame frame = new JFrame("Ventana"); frame.setDefaultCloseOperation(JFrame.EXIT_ON_CLOSE); frame.setSize(500, 300); frame.setVisible(true); } } - Código2:
- Más
Links:
0.02
No hay comentarios.:
Publicar un comentario