You don't have access to this class

Keep learning! Join and start boosting your career

Aprovecha el precio especial y haz tu profesi贸n a prueba de IA

Antes: $249

Currency
$209
Suscr铆bete

Termina en:

1 D铆as
1 Hrs
34 Min
37 Seg
Curso de Java SE: SQL y Bases de Datos

Curso de Java SE: SQL y Bases de Datos

Ana Fernanda Gutierrez Villanueva

Ana Fernanda Gutierrez Villanueva

Visualizando bases de datos con Java Swing

14/22
Resources

Java Swing is a user interface (UI) library for Java desktop applications. It provides a set of graphical components and tools that enable the creation of interactive and visually appealing graphical interfaces.

Some of the most commonly used methods or functions in Java Swing are:

  • JFrame: Allows the creation of a main window for the application.
  • JPanel: Provides a flexible container to organize and group other components.
  • JButton: Creates an interactive button that can perform actions when clicked.
  • JLabel: Displays a text or image in the graphical interface.
  • JTextField: Allows the user to enter text or numbers.
  • JTable: Displays data in table form.
  • JScrollPane: Adds scrollbars to components that may contain more content than what is initially displayed.

Detailed documentation and examples of Java Swing can be found on Oracle's official website: https://docs.oracle.com/javase/tutorial/uiswing/.

Challenge: Customize your Java Swing view:
As part of the course, you will be challenged to customize the appearance of your Java Swing GUI. Explore different layout options, colors, fonts and sizes to customize the interface.

Resource: Java Swing code.

Contributions 8

Questions 2

Sort by:

Want to see more contributions, questions and answers from the community?

Esta clase si no me gust贸... El curso iba demasiado bien pero en este punto ya no se comparte el c贸digo fuente, con el repo de GitHub hubiera sido suficiente.
Creo que es necesario explicar un poco la l贸gica de swing, mucho mejor que copiar el c贸digo, as铆 como lo hizo con los dem谩s componentes en las clases anteriores...
Lamentablemente quedo debiendo en esta clase, solo presenton un codigo desarrollado, en vez de ir realizando paso a paso, estoy insatisfecho
Con todo respeto, c贸mo le doy dislike a esta clase? Si bien yo ya conozco Java Swing, esta clase entra mal, si, se aplica todo lo aprendido hasta el momento, pero para usuarios nuevos en Java, entrar a ver un c贸digo ya escrito de una interfaz de usuario puede ser MUY frustrante.
Mayo 2024 - Excelente clase, y un swing limpio lo mas importante. ![](https://static.platzi.com/media/user_upload/image-90fd803a-8dcb-47e3-8907-b3345231f848.jpg) Solo me gustaria saber porque se crean 2 objetos en "getInstanced". Osea se cierra en realidad y da error pero ese es el tema porque se cierra. Para corregir en la validaci贸n a帽adir myConn.isClosed() .

Estaria bueno que suban un curso de Java Swing!!!

Por si alguien tuvo problemas con el estilo de los botones de agregar, actualizar y eliminar a mi me sirvi贸 agregando: `button.setOpaque(true);` `button.setBorderPainted(false);`