| Thread | Last Post | Replies |
|
| JLayeredPane resize issues | 21 Dec 2005 19:53 GMT | 3 |
I have a JLayeredPane that includes other UI components on the DEFAULT_LAYER. When the user selects one of these components. I add a translucent JPanel to the MODAL_LAYER. The JPanel captures all mouse events to the user can not interact with the underlying components.
|
| JTree only display certain part of node | 21 Dec 2005 08:27 GMT | 3 |
Is there anyway to create a JTree with objects where only a certain field from the object is displayed for the node. I.e. public someObject {
|
| Item-specific context menu on a JList? | 21 Dec 2005 06:09 GMT | 1 |
I'm having trouble working this out. I want to have a right-click action on a JList such that it selects whichever list entry I've right-clicked, then produces a popup menu specific to that item. I've tried adding a context menu to the cell renderer; I'm glad to say that didn't ...
|
| How to display a JTree on ToolTip? | 21 Dec 2005 01:33 GMT | 5 |
I want to display a JTree on the ToolTip of my component,use maybe click the jtree.What should I do?
|
| Java erases background while win32 doesnt? | 21 Dec 2005 01:12 GMT | 2 |
I've noticed that when I minimize then restore my Java applications, I see the window come up, the background is cleared then the contents painted. On a fast machine it's barely noticeable, but my companies QA dept has submitted a bug over it.
|
| Any easy way to run a Swing application as standalone? | 20 Dec 2005 23:24 GMT | 13 |
Yup, that pretty much summarizes it. I wrote my app with Swing widgets as GUI under NetBeanos 4.1. It runs fine within the IDE but not as standalone. One of the errors is an exception complaining about AbsoluteLayout. Unfortunately this is not a standard thing, so I placed the ...
|
| GUI Builder's | 20 Dec 2005 19:59 GMT | 4 |
I'm new to Java. My background is in PowerBuilder. I'm looking for a GUI Builder that will allow for fast development of screens. The current version of Java in use here is 4.0. The wish list:
|
| Unable to increase size of JLabel | 20 Dec 2005 15:51 GMT | 1 |
I have the following strange problem: I have an array of JLabels that I display on my JPanel with a GridBagLayout. However, some of the JLabel's text spills over the JLabel, in terms of height. What I mean is the height of the text
|
| Event processing that creates objects per user request | 20 Dec 2005 08:20 GMT | 2 |
I have a button called "Add Car". What code can I write that will create a Vehicle when the user clicks on this button.
|
| JTree rebuild problem | 20 Dec 2005 08:13 GMT | 2 |
I'm currently working with a JTree and I'm having a problem in that it does not paint my changes I make to the TreeModel. I create the tree like this: root = new DefaultMutableTreeNode(editor.getDiagram());
|
| Visual Editor is *frustrating* | 20 Dec 2005 06:38 GMT | 4 |
Ok, so Eclipse is free, I get it - you get what you pay for. I love Eclipse but I am getting a little frustrated with Visual Editor - all too often with little changes my 'Visual' turns from a laid out page into a useless list of icons...ugh...
|
| "Nested Panels = EVIL"? | 19 Dec 2005 15:25 GMT | 2 |
The document located at http://developers.sun.com/learning/javaoneonline/2005/desktop/TS-1861.pdf contains the statement Nested Panels = EVIL
|
| JTextPane Questuion | 19 Dec 2005 01:10 GMT | 2 |
I have not really worked with JTextPane but I am trying now. I am able to create a JTextPane that does not wrap lines. I am also able to add color attributes to text then inserting it into a document that is displayed in a JTextPane. The problem I am having is to combine both
|
| puyo game | 17 Dec 2005 22:00 GMT | 1 |
Im trying to lelarn Java game programming. Can anyone tell me where I can find sample source code for games like tetris and puyo. Thanks, Rashmi
|
| Look and Feel question | 16 Dec 2005 22:31 GMT | 3 |
I wrote some app in which I set the look & feel to one that I downloaded from the net (jgoodies.com). In my development setup I placed the L&F jar file in my JRE's lib/ext directory, I also have it in a "third party library" directory. In my project I made a reference to that ...
|