Most voted "jdialog" questions
Java Swing main class to create a dialog window.
Learn more…10 questions
Sort by count of
-
4
votes1
answer243
viewsProblems with changing Jpanel inside Jdialog using Swing
I’m having a problem with a system I’m developing regarding screen swapping. Sorry for the extensive post, but I could not explain the problem otherwise. He owns a JFrame main with a menu that are…
-
2
votes2
answers635
viewsJdialog does not design components in Java
I am developing an application that will run a processing soon, and I want a message warning that the process is running stay on the screen while it does this processing. I tried to do with the…
-
2
votes1
answer327
viewsSet which Jframes will focus?
I need to leave a JFrame in focus and not allow use of others, until I close this. Every time you open a new frame the others below it should be dead. How can I do that?…
-
2
votes1
answer1013
viewsOpen multiple windows from the same application without accumulating icons in the taskbar
I wonder how I could create frames in java, without opening so many windows in the windows taskbar. For example when I go to the menu and click on client registration, address registration, address…
-
2
votes0
answers75
viewsSet width of Jdialog according to the size of the sums of the columns of a table
I have the column width sum and I need to set this value so that it does not hide parts of the columns and decrease the window. Any suggestions? I created a method that returns the sum of column…
-
2
votes1
answer331
viewsHow to know if a Jdialog window is open or closed?
I was wondering, how can I know if a screen, in my case a JDialog is open. Is there any event or way to know this? Note: I will use this "information" as a parameter in a condition, for example, if…
-
1
votes1
answer909
viewsSwitch from Jframe to Jdialog
I created a frame of this genre: But, since it was to present that the client was having trouble connecting to a server, it was better to move to Jdialog Problem: I can’t make Jdialog visible Code:…
-
1
votes0
answers69
viewsHow do I make a Jdialog invisible when I give Dysplasia in a specific frame?
A button of my application gives dispose in the current frame and creates another different one. But the JDialog that were open when I click the button continue to exist, which should not happen.…
-
1
votes1
answer1153
viewsFill text field with return from another window
I have a JTextField instantiated in the class time relay. By clicking on that JTextField, he calls another JFrame search. When performing a search on this new JFrame and click on Confirm, I need him…
-
0
votes1
answer76
viewsCall Jdialog without closing/hide Jwindow
I’m making a shipment using a Jwindow public class TelaCarregamentoConf extends JWindow{ // JProgressBar barradeprogresso; Outraclasse outra = new OutraClasse(barradeprogresso) new Thread(){…