Questions tagged as 'jframe'

2
answers

Close instance already created, Java - Eclipse

Good to you I am making an aplicaicon with several JFrames and in one of them there is a confirmation window, then suppose the following thing; I have: JF1. JF2. JD1. Instance JF2 from a button belonging to JF1 and from there instancio J...
asked by 22.09.2018 / 07:42
1
answer

How do I make a jTable public?

I need to use a value of one jTable (the table is located in another jFrame, inside the same Package) in another jFrame of Java, for this I am using a getSelectedRow (), so far everything is fine, but the code throws me an error, saying that: "j...
asked by 29.11.2017 / 22:14
1
answer

ERROR ClassNotFoundException: jdbc: mysql: // localhost: 3306 / athletes

I need urgent help, I get this error:    May 22, 2018 7:56:34 AM Windows.inscriptions   btn_guardarActionPerformed GRAVE: null   java.lang.ClassNotFoundException: jdbc: mysql: // localhost: 3306 / athletes It is a program where you regist...
asked by 22.05.2018 / 14:54
1
answer

how to make a class jframe be main if I have previously defined the main class?

Well what I have is the following, a class main that I have put a connection that will take my jframe , but once done the main I started to create the interface, as I do so that when execute the interface appears, which was t...
asked by 29.06.2017 / 12:30