| Thread | Last Post | Replies |
|
| how i create mail clients gui for HTML text | 11 Jul 2007 22:34 GMT | 1 |
i want to create a mailclient can any body tell me how i develop it By default, the following types of content are known:
|
| Thinlet and own JPanels | 10 Jul 2007 20:59 GMT | 1 |
Hi NG, hopefully you all know thinlet, the XML parser fo user interfaces (http://thinlet.sourceforge.net). I was trying to parse a simple xml file and take one of its components and then put it on my own swing
|
| Requesting re-pack'ing of Frame | 10 Jul 2007 17:48 GMT | 4 |
I've implemented my own AWT component which determines a "preferred size" by itself. This component is added to a Frame, which is at the center of a BorderLayout in a Frame which gets pack()ed. The frame is also not resizable, because I must ensure this component always ...
|
| Look and feel: Metal theme changed | 10 Jul 2007 17:18 GMT | 7 |
I am using a bunch of look and feels as displayed on www.javootoo.com. However, some look and feels seem to change the MetalLookAndFeel permanently. Anytime I instantiate a new MetalLookAndFeel object, the changed colors from a previous LnF are still active.
|
| Fading frames in and out ? | 10 Jul 2007 14:16 GMT | 2 |
Any idea's how on the press of a button I can fade a JInternalFrame off the screen and then when the button is pressed again fade it back in ? Its the fade bit I'm not clear about. Thanks
|
| Strange resizeing with GridBagLayout | 10 Jul 2007 10:58 GMT | 6 |
I'm using GridBagLayout to organize my components. Everything is working fine.But if I resize the Frame I detected a strange behavior. I have one panel on the left side and one panel on the right side.The left panel should be 1/3 and the right on 2/3 of the frame size. If
|
| Image on JFrame - problem | 09 Jul 2007 23:40 GMT | 3 |
I've a problem to add picture to my frame (JFrame): The frame has strange behaviour : 1) The picture appear when i change frame size (else is not painted) I've tried to do something ...repaint or something;) (but it get
|
| java swing package | 09 Jul 2007 19:58 GMT | 2 |
can anybody plzz tell me how to run a java application class which inherits swing components and has been created using J2 SDK1.4
|
| FormLayout gaps | 09 Jul 2007 18:08 GMT | 1 |
I have created a (nice looking) form GUI with: FormLayout fl = new FormLayout("r:p, 3dlu, p:g(0.3), 3dlu, p:g(0.7)", "p, 3dlu, p, 3dlu, p, 3dlu, p, 3dlu, p, 9dlu, "
|
| How to automatically update a JTextField? | 09 Jul 2007 18:06 GMT | 2 |
Can anybody tell me how to make a JTextField that automatically updates it if another JTextField's value is changed? Or is it even possible?
|
| Adding elements to existing Window | 09 Jul 2007 18:05 GMT | 2 |
I am still working on that chat application I was asking about a while ago. I now want to add a list of all people currently online. For this I am trying to add some elements to a existing guy. Each participants needs a name and a checkbox, so he can be selected. I created a ...
|
| Question: I need java codes to check "username" and "password" from database tabel. | 07 Jul 2007 11:15 GMT | 10 |
Can someone help me to find codes that can i check "un"and "pw" from database tabel ? Thanks! ----------------------------------------------
|
| JSplitPane | 06 Jul 2007 18:03 GMT | 1 |
I have a requirement where I'm restricted to use Swing Pkg. Is there any class available in AWT which can mimic the functionality of JSplitPane Class of Swings.. Please could you help me with this.
|
| layout problem | 06 Jul 2007 04:06 GMT | 2 |
Ive been away from Java development for a little over a year (got job as .Net programmer) but ive just been handed a Java assignment, so i downloaded the JBuilder 2007 trial to see if this was going to be my new IDE, but im having a little trouble doing GUI, i need to create a ...
|
| Creating a component by putting together others | 05 Jul 2007 18:53 GMT | 5 |
This may be a FAQ and/or a dumb question, but I haven't managed to get all the information I need by SFTW (and, in particular, the Swing Tutorial). There is somewhat usual to have a JTextField for the user to type a
|