Cómo combinar 3 GUI
Frecuentes
Visto 87 veces
2
I have 3 separate GUIs that perform independent functions:
- ConverterGUI
- TransformerGUI
- GenerationGUI
How can I combine them together in such a way that they would look like tabs?
1 Respuestas
6
Utilizar JTabbedPane
Ver Cómo utilizar paneles con pestañas para más detalles.
Respondido 24 ago 12, 09:08
No es la respuesta que estás buscando? Examinar otras preguntas etiquetadas java swing user-interface jtabbedpane or haz tu propia pregunta.
maybe CardLayout and with JMenu could be an alternative - mKorbel
@mKorbel Mmmm.. not convinced when the question states "look like tabs", but maybe I am presuming too much. It is me that expanded the tags from just
java
( which might show how much presuming I did on that answer ;). - Andrew Thompson@lee yes no problem, no issue with that, diseño de tarjeta y JTabbedPane - mKorbel
@Andrew Thompson :-), :-), :-) - mKorbel
@lee: I find Andrew's consejos helpful, and I frequently post the results here, for ejemplo. Ver también esto Preguntas y respuestas. - basurero