Posts by Rui Mendes • 33 points
3 posts
-
0
votes1
answer68
viewsQ: Data acquisition by Jtable
I’m trying to get JButtonGuardar(panelInserir) pass user input(local time text) of the JPanelInserir to the JPanelEventos(where is Jtable) At the moment, I am not succeeding, if you have any…
-
1
votes1
answer143
viewsQ: Shortcut to main panel via Jmenuitem
I’m working on eclipse Mars 2.0, where do I use the windowBuilder, and I’m having trouble turning on the shortcut: Consultar -> Dia (mntmDia) to the main page panelConsultarDia, that is, when…
-
1
votes1
answer352
viewsQ: Open Panel through a Jmenuitem
I need to know how to make one JMenuItem open a JPanel, that is, by clicking on JMenuItem, open the corresponding Jpanel, this in Eclipse, via windowBuilder. This is the image of my screen with the…