jdialog
wait for a jdialog in non-modal mode
I have a JFrame and when the user presses a button is displayed an input jdialog. I need the jdialog to be in non-modal mode and once the user presses ok,[详细]
2023-01-15 03:27 分类:问答Block entire swing ui except for one component - "dialog style"
[This question is in relation to this question] Setting: I have this home-crafted \"editable label\" component which looks like a label, but w开发者_StackOverflowhen you click it, it turns into an ed[详细]
2023-01-13 10:42 分类:问答java jdialog taskbar button
i\'m traying a jdialog on linux, but it still appears in my taskbar. this is the code? what\'s wrong? import javax.swing.JDialog;[详细]
2023-01-10 18:57 分类:问答Checkbox List in JDialog
I\'m trying to use a JDialog box that has a search text field that as text is entered, it shortens a list to those that match.On this list I would like to display each line with a checkbox that can be[详细]
2023-01-05 07:52 分类:问答How to create Show/Hide details button?
I am using Java Swing to create a JDialog, and i am trying to create a Show/Hide details button to show/hide a report at the bottom of this JDialog.[详细]
2023-01-05 06:41 分类:问答JWindow with Black Opacity
I would like to create a JWindow that\'s not only has an opacity, but I want to change the default color of the opacity within Swing.[详细]
2023-01-03 19:39 分类:问答How to bring JDialog to the top [duplicate]
This question already has answers here: Closed 9 years ago. Possible Duplicate: Howto bring a Java window to the front?[详细]
2023-01-02 00:12 分类:问答how to ensure that JDialog always stays on top
I have a JDialog that takes a name from the user. Behind the JDialog, is an applet. I dont want the user to access that applet until he has entered the name. I tried JDialog.setAlwaysOnTop(true), but[详细]
2022-12-26 13:01 分类:问答Retrieve input entered in a JDialog
I extended JDialog to create a custom dialog where the user must fill some fields : How should I retrieve the data entered ?[详细]
2022-12-26 05:39 分类:问答how to know if JDialog is closed or not?
I have used a JDialog to display a form ( I could have used JFrame, but I have my reasons). There is an event in my application that will cause a function to generate and display the said JDialog. Now[详细]
2022-12-25 17:10 分类:问答