| Thread | Last Post | Replies |
|
| LayoutManager | 31 Dec 2007 22:59 GMT | 6 |
I was just thinking that mabie it would be cool to write my own layout manager. What kinds of ideas do u guys have for it?
|
| SwingX Painters Tutorial | 31 Dec 2007 22:58 GMT | 1 |
Here's an introductory tutorial that should get people started with SwingX Painters - http://developerlife.com/tutorials/?p=140. I'm planning to write more tutorials on developerlife.com that cover the suite of SwingX components. Please add http://developerlife ...
|
| JTablle anomaly | 31 Dec 2007 18:01 GMT | 3 |
I have noticed that when my JTable is scrolling, it sometimes displays the heading line temporarily before replacing it with the proper data line. Is this a bug in Swing, or am I doing something wrong?
|
| Refresh screen by repaint() mothed | 31 Dec 2007 12:52 GMT | 5 |
Hi here, In my cast. class MyFrame extends JFrame{ public void paint(Graphics g){
|
| JTable make visible | 31 Dec 2007 12:43 GMT | 3 |
Is there an easy way programmatically to ensure a given row in the TableModel is visible?
 Signature Roedy Green Canadian Mind Products
|
| Setting z-index in Swing & adding components | 30 Dec 2007 20:10 GMT | 4 |
1-I'm using absolute layout in Java. I want to set the z-index of my component after adding them. How can I do so? 2-How can I get the X and Y of an added component in absolut layout? BTW: I'm using JDK 1.6u2 with NetBeans 6.0. The absolute layout
|
| JTable UI from User's point of view. | 30 Dec 2007 09:26 GMT | 7 |
I was wondering what the consensus is on how a JTable should behave: 1. What does the user to do trigger a cell edit? What does he do to edit the next cell over? 2. what does the user to do delete a row?
|
| Excellent oppurtunity for J2EE Professionals | 25 Dec 2007 07:31 GMT | 1 |
Dear, Hope you are doing well: - Are you looking out for a challenging engagement / Role switch? Looking out for an Onsite opportunity / Global Exposure/Market Peak
|
| Swing Gui / Ant | 23 Dec 2007 04:59 GMT | 4 |
I have a question, how can i trigger an ant job from swing. I will like ant to pull it values from the swing and build based on selected value from the swing GUI. Is there any jar file that will make the process easier? Has anyone done anything like this? The other part is
|
| Allow multiple selection only for leaves of a JTree | 21 Dec 2007 22:41 GMT | 1 |
How can i enforce that multilpe selection is allowed only for the the leaves of a JTree and not for other nodes. Kindly advice. Thanks in advance Chanchal
|
| keypressed of up arrow not received when Ctrl is also pressed | 20 Dec 2007 14:00 GMT | 9 |
i have a Swing problem, i don't receive the "keypressed event" for "up arrow" when the Ctrl key is pressed. I have one computer for which i receive the keyPressed, but another computer the java program doesn't work. I keep "Ctrl" key pressed, and i type the up arrow key. On the ...
|
| JSplitpane divider won't go up !! | 18 Dec 2007 18:39 GMT | 1 |
i have a Swing GUI wich is designed like below. With only 1 tab, there is no problem, but with ~ 20 tabs, the divider of the JSplitpane can only go down (with the mouse), not up. Do you know this problem and have you any kind of solution plz ?
|
| Is there any books talk about GUI design techniques? | 15 Dec 2007 14:48 GMT | 4 |
I have tried MFC, QT, JAVA Swing before. I am wondering if we have any general books talk about the essential GUI design? Any suggestions will be appreciated! Thanks!
|
| InputVerifier issue in Java 6. | 15 Dec 2007 10:45 GMT | 4 |
I'm developing a Swing application and I'm using a bunch of input fields to get user information (JTextFields). I want fields to be of a certain format, and so I'm using InputVerifier to validate the fields. I found this solution quite
|
| Problem in Coloring JTable cell to indicate that is editable | 14 Dec 2007 04:28 GMT | 1 |
I have a JTable in which one cell has a JComboBox as cell editor. If a particular value is chosen in the JComboBox, some other cells in the JTable should become editable.And i need to show the editable cells in a different color. My problem is that, though cells are becoming
|