| Thread | Last Post | Replies |
|
| get JCcheckBox icon | 26 Mar 2004 12:33 GMT | 3 |
How do I get the icon(s) used by a JCheckBox for default look and feel set by the system. JCheckBox.getIcon() returns null. TIA,
|
| Job Opportunity | 26 Mar 2004 09:10 GMT | 2 |
Respected members, Around 500 to 600 employment in every city. Salary will be from 2,700 to 12,000 as per profile. Plus travelling allowances. Send your resume today at netgroup@rediffmail.com with subject "Resume"
|
| Checkbox in the title of JTabbedPane | 26 Mar 2004 09:02 GMT | 1 |
How can I add a checkbox to the title of the JTabbedPane, so that I can check-uncheck these tabs. TIA, - Manish
|
| KeyListener | 26 Mar 2004 09:01 GMT | 2 |
How can I get keyboard events to my JInternalFrame? implementing KeyListener does not work. The events are never received. Mark
|
| JFileChooser | 26 Mar 2004 03:34 GMT | 1 |
I am trying to display a document in a frame after opening it with JFileChooser. I am using an example from http:// javaalamanac.com/ but it doesn't actually display a document. How do you make the document load into the frame?
|
| help with complex swing jtable | 25 Mar 2004 23:20 GMT | 3 |
please advise : I need a frame which contains several jtables each one has to be able 2 freeze some columns, to allow multiple headers as below and to have a total line, for some fields
|
| How to display German Umlauts correctly on Mac and Unix | 25 Mar 2004 20:22 GMT | 9 |
I wrote an application that uses a fer German Umlauts like ??? in different Components like buttons etc. I put the Umlaut in the sourcecode like new JButton("L?schen"). However using the Unixcode on my mac give strange characters and vice
|
| J Internal frame ? | 25 Mar 2004 16:16 GMT | 2 |
Hi have created a new j internal frame and placed it onto my main window as follows. JDesktopPane multiPane; subFrameMultipleWindow subWindow = new subFrameMultipleWindow();
|
| Saving JTextPane contents to file | 25 Mar 2004 08:13 GMT | 1 |
Do experts agree that an appropriate way of saving the contents of a JTextPane (that will also contain components (e.g. buttons)) is to use the normal writing-to-file method highlighted below? FileOutputStream fos = new FileOutputStream("textPane.txt");
|
| Colorizing JTree nodes | 25 Mar 2004 06:39 GMT | 5 |
Can someone help me with colorizing each node within JTree. I have searched over the net, but found examples only for rendering the whole JTree, not the node itself. Here is my case: import java.awt.* ;
|
| simple url box | 25 Mar 2004 03:17 GMT | 2 |
Can anyone give me an example of how to create a simple url textbox that takes a url and goes to that page. thanks!
|
| Multiple Frame Help | 25 Mar 2004 02:32 GMT | 1 |
I have two Frame classes so far - BankMainFrame is the parent frame and contains the main method and BankWithdrawFrame is used as a window that calls a takes in a monetary value and withdraws this from a Bank object. BankWithdrawFrame is opened when a "Withdraw" Button is clicked in
|
| Get value from "child" frame | 24 Mar 2004 23:30 GMT | 3 |
I have a main ("parent") frame that opens up another frame (with an OK button) on the click of a button. How do I get a value stored in a variable within the "child" frame back to the parent frame when the user clicks on the child frame's OK button?
|
| How to make HTMLEditorKit/HTMLReader recognize multiple spaces? | 24 Mar 2004 22:16 GMT | 10 |
When I read a HTML file with multiple spaces, how do I make it render all the spaces instead of shrinking them? I believe there must be ways to replace the parser or DTD to make it show all the spaces. Does anyone know how to go about this one? Some sample code would be of
|
| Application wide setSelectionColor | 24 Mar 2004 20:04 GMT | 2 |
JTextPane lets me set the background color of selected text with the setSelectionColor method. Though I don't offhand see how to do this for some other components (like JTree), I imagine there must be a way. But rather than hunt each component down, is there a way I could set
|