| Thread | Last Post | Replies |
|
| how to find a calendar just done? | 09 Mar 2005 10:46 GMT | 1 |
I'd like to sety a data using a calendar (windows pop-up) to navigate between the day and choose a day. Where can I find something like that?
|
| control-tab | 09 Mar 2005 04:17 GMT | 1 |
Hey folks, I've got a JTextField that I'm trying to trap the tab key for. By using the processKeyEvent (I think, I don't have my code in front of me) and overriding the isManagingFocus event to always return true, I
|
| Quick JTable selection question | 09 Mar 2005 02:06 GMT | 5 |
I have a 10 column JTable with half of the columns type String and half type Boolean. String columns are not editable but Booleans are. I want to enable a single row selection and can do it by issuing: table.setSelectionMode(ListSelectionModel.SINGLE_SELECTION);
|
| how to ganghe jTree? | 08 Mar 2005 18:34 GMT | 2 |
I have a jTree1: DefaultMutableTreeNode top=new DefaultMutableTreeNode("radice"); DefaultMutableTreeNode ramo1 =new DefaultMutableTreeNode("<html><b>ramo1</b></html>");
|
| Hiding JFrame Taskbar Button | 08 Mar 2005 12:34 GMT | 5 |
My problem I'm having is that I need to hide the taskbar button of various JFrames in my application. I unfortunately have to use JFrames and not JDialogs because I need to independently change the icons of the windows, and have access to maximize and minimize.
|
| How to DISABLE group of Components in JPanel | 08 Mar 2005 10:17 GMT | 4 |
I have JPanel component with bunch of JLabels, JButtons, JTextField etc in it. I was wondering if there is any way I could disable(and enable also) all the components in my JPanel instead of picking every component
|
| JPanel Border Title how to justify ? | 08 Mar 2005 09:14 GMT | 6 |
I cannot figure out how to "center" the border title of a JPanel. I did look in the API and went to the Sun site for beginners........ but I am still stuck //in my class I declared
|
| JCheckBox is not clickable | 07 Mar 2005 21:25 GMT | 3 |
dear gurus :) maybe one of you has run across this weird problem. I have a checkbox as follows: JScrollPane
|
| Fill with transparent color using 1.1 JDK | 07 Mar 2005 18:34 GMT | 2 |
My apologies for re-posting this, but I really need to get a definitive solution for this problem. I need to perform a Graphics.fillPolygon() call using a transparent color. The problem is I have to support 1.1 JDK.
|
| swing console | 07 Mar 2005 15:48 GMT | 4 |
I've got java console application (written in jython) that works under linux and happily uses xterm and readline. Problem is that under windows there's no equivalent. My idea is to emulate terminal with swing library, good example seems to me matlab command window or autocad ...
|
| Focus problem in JLayeredPane | 07 Mar 2005 14:31 GMT | 2 |
I'm working on a JApplet that uses JLayeredPane and meet a problem about component focus. In the JApplet, i first added two JPanel objects into a JLayeredPane object, and then add one JTextArea object to each JPanel object and set the
|
| Inserting components in JTextPane | 07 Mar 2005 13:14 GMT | 2 |
When I use the insertComponent method of JTextPane, the component gets inserted with it's top edge aligned along the baseline of the JTextPane. Since text that's inserted in JTextPane has it's bottom edge aligned with JTextPane's baseline, the text and components in a JTextPane ...
|
| Graphic JavaBean | 07 Mar 2005 12:15 GMT | 2 |
can somebody explain what a class needs to be a JavaBean? I'm thinking about NetBeans graphical JavaBean. I'm asking that because i can't add my class to the NetBeans Palette of the Form Editor... If you don't know about NetBeans, plz explain just for regular JavaBean.
|
| file explorer java code | 07 Mar 2005 11:44 GMT | 3 |
Hi, I need to write a "File Explorer" panel, like the windows explorer. Could anyone point me some sample code? THanks, autogoor
|
| Trouble calculating point | 07 Mar 2005 11:35 GMT | 2 |
I'm trying to move a second window so that it is directly above another, hugging it closely. I'm using the below code, but for some reason, its not always consistent.. sometimes my second window falls just below the title bar, sometimes its pretty far below the title bar.
|