| Thread | Last Post | Replies |
|
| Update bounds of a textfield while editing | 31 Dec 2006 18:14 GMT | 2 |
I want to have a TextPane, that always have the size of it's content. i used a DocumentListener to update the bounds in the help of getPreferredSize(). Now i got the problem, that sometimes a new line is inserted.
|
| Creating custom LayoutManager in NetBeans? | 31 Dec 2006 09:12 GMT | 2 |
does anyone have experience on creating and using a custom LayoutManager in NetBeans (5.5)? What needs to be written in addition to the actual LayoutManager class in order to have NetBeans accept it? Thanks,
|
| how to fire JTree child node event | 30 Dec 2006 11:17 GMT | 3 |
I have a JTree where each node displays a specific view when selected. I'd like to somehow fire an event to default the app which view to display when opened. How do I fire an event for a JTree as if the user clicked on a specific
|
| Slight problem with java help | 28 Dec 2006 19:17 GMT | 2 |
Hello all, I have a small problem with Java Help. My application needs to show a table in the help menu. This is not really a problem as JH uses HTML. The problem is that the table is big, and generated in an external
|
| JScrollBar Repaint Question | 28 Dec 2006 15:17 GMT | 7 |
I have a JInternalFrame which contains various JComponents. One of which is a JScrollPane which contains a JScrollBar. When I do a repaint call (I have an ActiveRepainter class) on the JDesktopPane the JScrollBar resets itself to the topmost position. I want the JScrollBar
|
| apple.awt.brushmetallook on Windows? | 28 Dec 2006 09:59 GMT | 4 |
Can XP/Vista run apple.awt.brushmetallook? If not, why not.
|
| Setting table row height according the renderer component | 28 Dec 2006 07:52 GMT | 14 |
I have a table that all it's cells are rendered, I want to set the row height accoding the height of the tallest component. and I also want the component height to be set automatically after I set it's width to the column width.
|
| Setting an icon on a JButton | 27 Dec 2006 11:01 GMT | 2 |
Please review the following code segment.... /*************************************************************/ public class IMIEasternButtonPanel extends JPanel { private BoxLayout bl = new BoxLayout(this, BoxLayout.LINE_AXIS);
|
| JFreeChart - series propierties | 26 Dec 2006 19:08 GMT | 1 |
I have just started playing with JFreeChart and am wondering how to make two series on one plot with the possibility of setting up the colors of each series and the line width (I am using XYDataset). Would be very grateful for any hints.
|
| please help me out | 26 Dec 2006 10:25 GMT | 3 |
I want to keep an animation to a frame in background and labels,textboxes etc on foreground,for that what i have to do?
|
| Changing the font of tool tip text | 23 Dec 2006 19:29 GMT | 4 |
Is it possible to change the properties of the font used in displaying tool tip text for a JComponent?
 Signature And loving it,
|
| Checking web pages written in Javascript | 22 Dec 2006 14:52 GMT | 5 |
I would like to check a web page for updates that is written in JavaScript and requires me to log on with a username and password, then email me a snapshot of the web page or a copy of the web page.
|
| How do i get string representation of a number | 21 Dec 2006 19:38 GMT | 1 |
In my application, i want to transfer a bill amount in word representation. Example, Number is 1,12,23,453 and i want to dispaly "one crore twelve lakhs
|
| Writing a Movie Database? | 21 Dec 2006 13:53 GMT | 11 |
I would like to write a simple movie Database in java. When run it should open a gui where all the movies are listed with the following info: title, DVD-Number, Genre It should be possible to add more columns later on. It should also be
|
| Update GUI while waiting on network result | 21 Dec 2006 10:30 GMT | 3 |
How do I force my JLabel to display on the screen when I set it's contents before some business, like for example some JMS communication over a slow network? myLabel.setText("Now commencing network communication...");
|