| Thread | Last Post | Replies |
|
| JDialog with no close button | 13 Dec 2007 09:07 GMT | 2 |
I have a problem with jdk1.6 in jdk1.4, JDialog is a dialog with no close button at top-right of titlebar. But in jdk1.6 JDialog have a close button. How to remove it like in jdk1.4?
|
| How to set a format in JFormattedTextField? | 13 Dec 2007 03:14 GMT | 1 |
I created a DoubleFormattedTextField class shows below and new DoubleFormattedTextField("#.###", 0.0, 2.5); I expect it commit when I enter between 0.0 and 2.5 everything else less than or great than or not double such as "a string" should revert.
|
| Struggling with Swingx TreeTableModel | 11 Dec 2007 19:42 GMT | 1 |
I am struggling to figure out what I am doing wrong in this TreeModel implementation. It seems like certain nodes are not being rendered, even though I can see that the (custom) renderer *is* actually being called for all the rows. Which is just weird!
|
| Changing color of a selected cell in JTable | 10 Dec 2007 12:30 GMT | 3 |
I do not know if this is a cross-posting. I have searched the groups and couldn't find the info i wanted. Apologies over, my problem is that, i want to change the color of a JTable cell which is selected. Selection can happen by mouse click or
|
| Developing an On-Screen Keyboard in Java | 09 Dec 2007 13:54 GMT | 6 |
I want to create an On-Screen Keyboard in Java but i am facing a problem i.e How an application can receive mouse event when it is not in focus ? or gain focus when mouse move over its window and loss focus when
|
| Does anyone know Java Server on ISP | 08 Dec 2007 16:04 GMT | 1 |
Does anyone know what all is required to get a very small Java Server to run on an ordinary home page on my ISP's web server. Do I need to install a Java Runtime (JRE) first ?
|
| Question: jFranme and jDialog | 08 Dec 2007 15:56 GMT | 4 |
Given a jFrame that also contains a checkbox and a jDialog. The jDialog has been made visible and is modal. Is there a way to access the value of the checkbox on the parent jFrame from the jdialog?
|
| Does swing repaint "hidden object" | 07 Dec 2007 17:09 GMT | 2 |
I have a very simple / stupid question, Does swing repaint component not visible on screen ? By not visible I means that component is set to visible but not paint on screen
|
| Reporting tool to be used with swing | 06 Dec 2007 03:16 GMT | 3 |
I'm looking for a report generation tool to be used in a swing project I'm working. The resports will involve very complex charts and graphs. Kindly suggest tools which will meet these requirements. Thanks and Regards
|
| Draggable JButton and problem with scroll pane | 01 Dec 2007 14:51 GMT | 2 |
The following code adds a JButton to a JPanel in a JScollPane, when a JButton is clicked. A MouseMotionAdapted is regitered to the added JButton to make it draggable. The problem i'm facing is that the scrollbars of the JSrollPane is not getting activated when the added
|