| Thread | Last Post | Replies |
|
| eclipse.org icon set | 07 Aug 2004 14:33 GMT | 2 |
The jgoodies.com guy recommends using the icon set from eclipse.org when developing apps. I looked in the eclipse site but I didn't find anything. Does anyone use it ? Where can I download it from ? regards
|
| UK Java GUI Contract Opportunity | 07 Aug 2004 06:46 GMT | 1 |
We're looking for a contractor who can produce a socket driven, Java based, visualisation tool with basic animation (think Tetris). The role will be based in Oxfordshire, UK and will last one to two months. If you are interested please send a CV and an example (preferrably ...
|
| getSystemIcon is slooooow | 07 Aug 2004 06:44 GMT | 1 |
Is there any way to make FileSystemView.getSystemIcon(file) faster ? thanks
|
| Overlining text in JLabel | 06 Aug 2004 16:02 GMT | 1 |
How can I have JLabel with it's text overlined? Thanks Juha Rossi
|
| maximize JInternalFrame | 06 Aug 2004 14:34 GMT | 8 |
I've been looking for over an hour now for this, but I can't seem to find it: how do I maximize a JInternalFrame in my program? I don't want the titlebar to show, I just want to maximize it's size to the size of the JDesktopPane it has been added to (and thus the size of the ...
|
| Load Image + paint on it (What??s the better way?) | 06 Aug 2004 13:26 GMT | 3 |
Hi; I need to take all the data from an Image object (just pixels), store it to make some operations and make an applet animation using that Image as a background, showing how those operations are done. I mean serious painting
|
| Cursor color | 06 Aug 2004 08:57 GMT | 1 |
Is there a wy to change the default TEXT_CURSOR color. I need for visibility scope a text cursor with a custom color. Thanks in advance for any tip or hint jacov
|
| firing one and only one event from a list selection... | 06 Aug 2004 08:53 GMT | 1 |
It seems that every time I select an item in my list my listSelectionListener is fired 5 or 6 times. Is this normal or have I made some error that I'm missing? What is the best way to ensure that my lists and combo boxes only
|
| Automatically resize a dialog | 06 Aug 2004 07:21 GMT | 8 |
Hi newsgroup, I have the following problem: I'd like to resize a dialog automatically when a new component is added onto a panel which is placed on a dialog (JDialog, JPanel, JButton). I
|
| Displaying SJIS on Redhat ES3.0 in JAVA applet. | 05 Aug 2004 18:54 GMT | 1 |
Scenario: Applet is running in a webpage on Redhat ES3.0. The language is Japanese. The applet gets packets from the network that has characters encoded
|
| Hot to get dimensions of a JPanel before it's first painted? | 05 Aug 2004 18:28 GMT | 4 |
How can I get the dimensions of a JPanel before it's first painted the first time? I.e, I have a Form (JDialog) which uses a BorderLayout, and has 2 JPanels on it. The first JPanel has its height computed at runtime (eg
|
| What HTML tags are supported in JLabel? | 05 Aug 2004 18:22 GMT | 3 |
... May be more generic than that - how much of the html spec is supported by swing components? At this stage I'm only really interested in JLabel... I read that the version of html supported is 3.2. But how much of it?
|
| JInternalFrame title area mouselistener? | 05 Aug 2004 18:06 GMT | 2 |
Is there any way to pickup mouseEvents from title area of JInternalFrame? For instance: JInternalFrame iFrame = new JInternalFrame(........); iFrame.addMouseListener(new CustomMouseListener());
|
| AttributedString width... | 05 Aug 2004 18:01 GMT | 2 |
I'm drawing text in Graphics2D by setting a font with AttributedString (see code below) AttributedString as = new AttributedString(text); as.addAttribute(TextAttribute.FAMILY, textElement.getFontName());
|
| JLabel with hyperlink | 05 Aug 2004 15:13 GMT | 1 |
does anyone knows how to implement a JLabel whith a hyperlink Text? Thanks in advance Jacov
|