| Thread | Last Post | Replies |
|
| Center swing buttons | 27 Jul 2004 16:57 GMT | 1 |
Why in this code, the Ok and Cancel Buttons are centered ? I want them to be at the right side. ... JPanel mainPanel = new JPanel();
|
| [JButton] change the icon periodicaly | 27 Jul 2004 15:42 GMT | 3 |
I created a class where I override the paintComponent method of JButton to show an image (with g.drawImage) How can I change this Image periodicaly with another image? Let say, every 2 seconds.
|
| Where can I find good look and feel jars to download and how do i do it? | 27 Jul 2004 11:10 GMT | 2 |
Where do I find nice jar's to download (how do I download them from the site and how do I implement them in the project (what code do I need?). In short: How to implement look and feel gui for idiots...?
|
| Does anyone know how to make a chatroom for free? | 27 Jul 2004 00:43 GMT | 26 |
Hi i am Simon, I need to know how to make a 100% customiseable Chatroom with Staff/ Admin rights in java. Please help me. EMAIL me
|
| send a KeyEvent to a JTextArea | 27 Jul 2004 00:05 GMT | 1 |
In a non editable JTextArea, I capture a KeyPressed event and I want to redispatch it to an editable JTextArea. How could I do that?
|
| JProgressBar look ? | 26 Jul 2004 13:40 GMT | 9 |
I am trying to get a particular look of the JProgressBar for my Splash screen. This JProgressBar should display a bar from left to right (normal), but it shoulnd't be a continuous bar, it should be like a dashed bar. How do I get that effect in Java ?
|
| How to constraint a JPanel to stay with the same size? | 25 Jul 2004 21:24 GMT | 2 |
I want my JPanel keeping it height in the JFrame.
|
| Double Buffering Frame not Applet Problem | 25 Jul 2004 19:17 GMT | 2 |
I am trying to create a very simple animation using double buffering. Below is my code which does nothing. The frame is created but nothing is drawn to screen. When I remove the double buffering I can paint to screen. Any help would be appreciated.
|
| Making Scrollbars Appear | 24 Jul 2004 18:58 GMT | 6 |
I have a KPanel class derived from JPanel. It is embedded in a JScrollPane. Initially the panel is blank and does not require scrollbars. As information is written to the panel, its size grows until scrollbars are required. I am overriding getPreferredSize in KPanel. Whenever ...
|
| TextBox | 24 Jul 2004 15:18 GMT | 2 |
Is there a class like windows textbox with scrollbars?
|
| JCalendar Component; paint (invisible) offscreen or multiple parents ... | 24 Jul 2004 09:57 GMT | 1 |
I'am programming a Swing JCalendar Component: - 1 container; e.g. Year or Month with - n child components ; e.g. Months or Days displayed on screen.
|
| icon vanishes if dialog is not resizable | 23 Jul 2004 13:33 GMT | 3 |
If i set setResizeable() to false in a JDialog the dialog which it takes from the parent frame vanishes off.There is also a bug filed against jre .1.3 but sun guys have closed it saying that it is fixed. Is there any work around to have a consistent behaviour in both the
|
| SWT/JFace StyledText box vs URLs | 23 Jul 2004 12:39 GMT | 5 |
Is there a SWT/JFace equivalent (maybe via StyledText) to the RichText control in .NET? Specifically, I'm looking for an easy way to display text in a box and have the box automatically detect and highlight URLs, then raise an event if the user clicks on the URL.
|
| JTable with a column selector menu | 23 Jul 2004 10:11 GMT | 2 |
I'm looking to include a JTable in an application, but I would like to be able to dynamically select which columns should be visible, and which should not. What I'm after is something like the Mozilla Thunderbird mail client,
|
| How do i start a thread when button is pressed? | 23 Jul 2004 09:47 GMT | 7 |
Hi, I wonder if someone could give me an example on how to write the code when i want to start a thread when a button is pressed? The button invokes a method with some quit heavy computations, so I want a new thread to do the job, so that the main thread can do some repainting for ...
|