| Thread | Last Post | Replies |
|
| SwingX is dead | 31 Oct 2008 20:58 GMT | - |
Old timers of this group might remember Jeanette, alias kleopatra. She worked on SwingX in Sun's SwingLabs for some time now. Apparently Sun cut funding for SwingX several month ago. A few days ago kleopatra announced this on java.net
|
| Electronics | 31 Oct 2008 13:03 GMT | - |
Electronics is the field of manipulating electrical currents and voltages using passive and active components that are connected together to create circuits. Electronic circuits range from a simple load resistor that converts a current to a voltage, to computer
|
| capture click event on dialog title bar | 31 Oct 2008 03:28 GMT | 3 |
I want to capture a mouse release (or click) event on the JDialog's title bar. Adding a mouse listener to the dialog itself does not work of course. Is this possible?
|
| Drawing in JTable | 30 Oct 2008 16:22 GMT | 1 |
I wonder - is there any possibility to draw lines in JTable? I'd like to draw an arrow between two cells in table. Cells can be in different columns and rows so the lines have to go through the cells between these two.
|
| java 6u10 ubuntu 8.04 gui problems | 28 Oct 2008 15:26 GMT | 1 |
The arrow is not painted correctly on all the JComboBox's and it looks like there might be a problem with the JScrollPane since the scroll bar is not sized correctly. The JComboBox bug has been reported. See the link below.
|
| java 6u10 ubuntu 8.04 gui problems | 28 Oct 2008 15:04 GMT | - |
JComboBox's don't draw correctly and JScrollPane is not sizing correctly. I know the JComboBox is a reported bug against java 6 which Sun has listed as fixed for Java 7 but that doesn't help me. Is anyone else using Java 6u10 on Ubuntu 8.04? Are you seeing the
|
| combining java components | 26 Oct 2008 20:52 GMT | - |
I am working on a project that requires me to be able to add and delete JTextFields during runtime. I need to emulate something like "add another attachment" in yahoo mail (or similar feature), where extra text fields appear when add button is pressed
|
| Repaint JComponent on resize | 25 Oct 2008 23:50 GMT | 2 |
Hope someone can help. I'm drawing in a JComponent. Initially the JComponent is sized at 200 x 200 and an origin point is set at getWidth()/2,
|
| Read Multiple Tiff images | 24 Oct 2008 19:46 GMT | - |
I would like to know the procedure to read mutliple Tiff images from any given location on local drive. Actually i could read single image and paint on the component. Again i was wondering if i fetch multiple images and save in memory do i have any memory concerns like "out of
|
| java | 24 Oct 2008 08:01 GMT | - |
What is Byte Code? Or What gives java it’s “writ... http://freehrquestions.blogspot.com/2008/08/what-is-byte-code-or-what-gives-java.html Why oracle Type 4 driver is named as oracle thin d... http://freehrquestions.blogspot.com/2008/08/why-oracle-type-4-driver-is-named-as.html
|
| false edit trigger | 23 Oct 2008 13:00 GMT | 2 |
I have a UI with various components. Once the user presses 'Apply' the data is processed and the UI is refreshed with the old values plus some newly computed values. Now since each component has its change listener - item/document/action etc, setting values to the components
|
| Swing JScrollPane: Reset vertical scrollbar to the beginning | 19 Oct 2008 18:31 GMT | 1 |
I have a JScrollPane and a panel in it. I keep adding components to the panel so that the scroll bar pops up. How do I manually reset the vertical scroll bar to the beginning? Neither scrollPane.scrollRectToVisible(new Rectangle(0, 0, 10, 10) and
|
| Sharing ListSelectionModel | 19 Oct 2008 14:44 GMT | 14 |
I just encountered a problem when sharing a ListSelectionModel. I had two GUI elements sharing the same selection model, because I like to keep their selection synchronized. This works as long as the underlying ListModel doesn't change because
|
| JTable setValueAt not displaying the set value | 18 Oct 2008 00:59 GMT | 2 |
I am new at Java programming and had run into an issue using JTables. I created a JTable using the NetBeans IDE and am trying to set values into the table cells using setValueAt but I don't see the new values. I tried calling revalidate, I tried compiling the code outside of
|
| NB 6.1 plugins | 17 Oct 2008 22:23 GMT | 1 |
I am trying to setup NB 6.1 for a class I'm taking. The textbook says it used Studio to create the sample app, but the class is using NB. I've tried downloading some of the plugins that I think I need (not exactly sure), but regardless of the ones I pick, I get the same
|