jdialog
Java Swing: Centering components
I\'m working on a Swing UI in which I want to center multiple components (JDialogs and JFrames). I know that the following code will calculate the user\'s screen size, and from there, I can easily cen[详细]
2023-02-03 11:06 分类:问答JDialog modal problem java gui
I have this code which runs without any errors but it isn\'t running the way I planned. I\'m trying to figure out why my \"Continue\" button is no开发者_开发问答t being displayed when I click the butt[详细]
2023-02-03 01:06 分类:问答java creational design patterns in swing
I have a series of static utility methods of this form: StringBuffer Util.doA(String arg0, String arg1, SomeEnum e);[详细]
2023-01-29 19:57 分类:问答similar input dialog-creation patterns/swing
I have a created a UI in swing using NetBeans. There are some use cases where the user presses buttons and a JDialog appears as a result.[详细]
2023-01-25 05:08 分类:问答Create an inspecting properties window, button driven as a JDialog
What I asked originally didn\'t clearly state my question/problem, so I will explain it better.I have a JButton that sets a JDialog to visible.The JDialog has a WindowListener that sets it to NOT visi[详细]
2023-01-25 03:28 分类:问答JDialog Comes Shrinked On Creation
I\'m developing a swing project in Netbeans. I\'ve created a JFrame and added a modal JDialog instance in that JFrame to get credentials from user. Th开发者_C百科e JDialog instance is set visible in t[详细]
2023-01-24 11:14 分类:问答JDialog: How to disable the ESC key of my Modal dialog?
So there\'s a frame (main app). From here, I open a Modal JDialog and start a background thread working whilst displaying progress (log entries) in a table. This process is critical and should not be[详细]
2023-01-20 21:55 分类:问答How set FilterExtensions for Swing JDialog?
Ho开发者_如何学Pythonw filter the files by extensions (in the screen), like this example thanks,[详细]
2023-01-16 22:17 分类:问答Rendering Problem with Swing App and Modal Dialogs
I have a Java/Swing desktop application (Java 6u16 on Windows XP) which occasionally appears to the users to hang. I say appears to because in reality what is happening is that the application is show[详细]
2023-01-16 12:01 分类:问答Substance UI & undecorated JDialog/JFrame
I have noticed that while using the Substance UI for Java that when I set a new JFrame or JDialog to undecorated it is not honored.[详细]
2023-01-15 16:32 分类:问答