| Thread | Last Post | Replies |
|
| setCellRenderer for specific cell in JTable? | 05 Dec 2006 01:41 GMT | 8 |
I'm working on JTable ->HTML Table representations and I'm trying to figure out how to set a CellRenderer for a specific cell, rather than for the entire column. For example, JTable.setDefaultRenderer(ImageIcon.class, new
|
| application hangs (deadlock?) - swing | 04 Dec 2006 19:05 GMT | 1 |
I use the [AWT-Windows] thread to process a native requests from our code using JNI, on a swing application (a simple gui I wrote) - which works great except it sometimes hangs - on specific places. I suspend the relevant threads to examine the stack and find out the following
|
| How can we add Mouselistener to the particular column of jtable? | 04 Dec 2006 13:30 GMT | 5 |
Hello Friends! I am creating a jtable and i want to add a mouselistener to a 2nd column of table. So, whenever i click on that column, a blank text area should appear.
|
| disable html parsing | 04 Dec 2006 09:52 GMT | 3 |
Hello, I have a problem with a jtable in which I display the values for localization. A few cells contain <html> and more text that is used in the program
|
| Looking for powerful mega grid | 04 Dec 2006 03:30 GMT | 2 |
I wonder is there some very powerful grid implemented on Java. I could not find something like that recently. I guess super grid should implement following features: - nested tables and any other controls
|
| Wrap text dont ajust height | 02 Dec 2006 18:09 GMT | 5 |
My problem is that i have a long label that needs to be wrap to a second (or more) lines, but i can't figure how i adjust the height of the JPanel where i insert the label. I'm using a JPanel because i need to insert images and some buttons
|
| Odd GUI behavior (Windows XP) | 02 Dec 2006 11:01 GMT | 6 |
Alright all, I've got a doozy that's driving me nuts. I'm afraid I can't post code since this is from a very, very large application but I'm hoping someone will find the problem familiar and give me an idea of where to start looking because I'm stumped.
|
| Problem with JTextPane word wrapping and scrolling | 01 Dec 2006 12:22 GMT | 1 |
I try to use JTextPane with HTML content, but I've got a problem with word wrapping. When I use ordinary plain text, everything is fine, but if I change content type to "text/html" word wrapping is "switching off". Longer texts are getting out of the visible JTextPane content. Is
|
| Providing tooltip for JComboBox items | 01 Dec 2006 11:59 GMT | 1 |
Hai all, How can i provide tooltip for the items of a JComboBox. Suppose the JComboBox contains and i want to give description about them as a tooltip.
|
| Showing A Component In A JSplitPane | 01 Dec 2006 10:08 GMT | 3 |
I'm using a JSplitPane in my application. On start-up the top pane is open and the components in it are visible, the bottom pane, which contains a JInternalFrame, is collapsed. When the user clicks a button I want the bottom pane to expand and show
|
| dynamic JTree from XML | 01 Dec 2006 09:09 GMT | 6 |
Hi Friends, I want to build a JTree from a given XML. The XML inturn contains some SQL queries for child data. To minimize data transfer i want to display only the parent nodes
|