| Thread | Last Post | Replies |
|
| JLabel inside DefaultTreeCellRenderer? | 24 Oct 2005 19:45 GMT | 1 |
I've changed the default icon for my tree nodes in my JTree by using DefaultTreeCellRenderer and this works fine. But what I want to do is change not only the icon, but have some text that will always display next to the icon and then ...
|
| Tick Label Count | 24 Oct 2005 12:31 GMT | 1 |
my question is very short ;) does someone know, how I can assign the Tick Label Count for an axis(NumberAxis)? I only found that there is an final in that determins the maximum count of Tick Label.
|
| visible area of JTextField | 23 Oct 2005 23:59 GMT | 7 |
I want to make the visible area of some Jtextfield to be the leftmost part and for some the rightmost part. How can I do that?
|
| Different behavior Win/Mac/Linux | 23 Oct 2005 23:40 GMT | 2 |
I developed a program with a main window and some child window. When I call a child window I use to disable the main window with the statement: "this.setEnabled(false);" because ai like to start a new window in a modal way (I need that the user can't work with the main
|
| DnD - totally confused! | 23 Oct 2005 23:39 GMT | 2 |
After initial enthusiasm, I'm now lost. I'm having a hard time with DragSource.createDefaultDragGestureRecognizer(Component c, int actions, DragGestureListener dgl) at the moment!
|
| Graphics update with BufferedImage | 22 Oct 2005 19:59 GMT | 6 |
I'm hoping someone can help me with an image update problem I'm having. I have a JPanel that I am trying to update with a generated image done using a BufferedImage. I am not able to get the panel to update correctly with the image I am using. From a high level this is what I ...
|
| OpenGL (offtopic?) | 22 Oct 2005 12:12 GMT | 3 |
Maybe a bit offtopic, but where can I find info on how to use OpenGL on Java? I've found numerous links but they seem to have gone void. Thanks. Huub
|
| MouseEvent release on another component | 22 Oct 2005 11:33 GMT | 8 |
I'm trying to implement my own drag & drop (not between apps). Having a problem with mouseReleased event not firing events for the component it is over. I know about SwingUtils convertPoint but that relies on my knowing the component to convert to. Is there any way I can guarantee ...
|
| Help: JFrame.componentResized() too late for JSplitPane() | 22 Oct 2005 03:00 GMT | 1 |
I have a JSplitPane in my JFrame. I have implemented the standard componentResized() code to restore my JFrame to a minimum size if the user tries to make it too small. The problem is that componentResized() is called after my JSplitPane has
|
| Exception in Swing code using a JTable | 21 Oct 2005 23:58 GMT | 18 |
I have a JTable that has its data loaded from a database. The program executes the query and adds data to the model from its own thread and that's about all it does at this stage. If I run the query 10 times then maybe once I will get the following exception. It doesn't appear to ...
|
| No single root node (or multiply root nodes) in a JTree? | 21 Oct 2005 17:50 GMT | 2 |
Using most other API's, its possible to not have one single root node in a treeview. I've searched various Java resources and it does not seem like it is possible in Java/SWING. Is this correct? Sincerely,
|
| JMF | 21 Oct 2005 17:29 GMT | 1 |
Hi, I have been realizing an application to draw over a video with the JMF.I'm using a JLayeredPane with 2 layered: a JPanel where I play my videos and a transparent JPanel where i will draw(MyPanel).But, when I launch my project, that dont work: I can draw with my JLayeredPane and
|
| JTable: detect when any cell's value changes | 21 Oct 2005 15:48 GMT | 2 |
I'd like to detect when the value of a cell changes, hopefully -without- adding listeners to each and every cell. I don't care what the value is or which cell has changed, just the fact that a change took place.
|
| State diagram editor | 21 Oct 2005 14:36 GMT | 11 |
<disclaimer> I'm *not* a GUI programmer! I find myself having to do some GUI work because our GUI guy left the company and we need this stuff urgently. Please forgive any naivety on my part, thanks.
|
| JTable scrolling | 20 Oct 2005 19:31 GMT | 4 |
I am facing a problem which I can't resolve. So please help me with this one quickly. The thing is that I have fitted a JTable inside a JScrollpane. And what I want is that when I select any cell in the table and press PgUp /
|