| Thread | Last Post | Replies |
|
| JTextPane - syntax highlighting | 25 Mar 2005 19:07 GMT | 2 |
I need to perform Syntax highlighting for java in a JTextPane but i can't find any tutorials which show how to do it. What exactly are the steps needed to do this and how do i use editor kits.
|
| Corrupted or distorted rendering of gif and jpg | 25 Mar 2005 12:46 GMT | 1 |
I'm using a gif on a Dialog but the image is distorted a bit. The gif was done by a designer so I don't know what program created it. Importing into MS Paint and exporting as a PNG doesn't help. Because both formats are similarly mangled on screen (but show up fine
|
| Is there any way to redirect to multiple X11 DISPLAYs in Java? | 24 Mar 2005 21:00 GMT | 2 |
I'm writing a Linux app which needs to be able to dynamically display graphics on multiple different X displays at the same time (e.g. "server1:0" and "server2:0"). C/Xlib:
|
| Poblems with "Save As" Dialog Box | 24 Mar 2005 15:45 GMT | 2 |
I am having a very wierd problem. I am developing a Report Generation tool. Till now as the data selected for report generation was less so I was using "get" to submit the form. Now since the data selected is large and the URL cannot handle the large data I am using "Post".
|
| JFileChooser - Save File Type | 24 Mar 2005 12:40 GMT | 3 |
I've currently got a File Chooser, which presents to the User a save dialogue. What I would like, is for the user to be enter a file name, and it no extension is specifed a .txt extension will be added. I've looked around and can't seem to find a away to do this, and wondered ...
|
| Precise positioning layout query | 24 Mar 2005 11:33 GMT | 3 |
For self-educational reasons, I'm working on a calculator applet. My motive is to supplement the Java programming I learned at university by writing a program that requires me to learn a little more. Right now I'm stuck on layout. In broad terms, my query is this: if I
|
| JSlider | 24 Mar 2005 11:22 GMT | 1 |
I need to make JSlider component inaccessible for any user's actions but still enabled for changing it's track value from within my application. How this can be done? setEnabled(false) doesn't help. Thanks.
|
| JTree change node icon | 24 Mar 2005 11:15 GMT | 1 |
In a JTree, how do I dynamically change the icon of certain nodes, so that some nodes display one icon and other nodes display another icon according to some condition? Thanks for any suggestions
|
| Printing from a text pane | 24 Mar 2005 11:12 GMT | 1 |
i am making a small RTF word processor and trying to print from a JTextPane.The setPrintable method is giving me problems as i dont know what to pass to it protected void printData()
|
| Problem: Font appears smaller than expected in JTextPane | 24 Mar 2005 10:55 GMT | 2 |
I use JTextPane to display different text. When I set font size with the code: /* * Changing font
|
| SyntaxHighlighting in JTextArea | 23 Mar 2005 21:09 GMT | 5 |
I need to implement Syntax highlighting for a C-style language. Any idea or recommendations. I already tried an package originally written for jedit but this somehow didn't work properly.
|
| Approach for JTable | 23 Mar 2005 08:37 GMT | 1 |
I am facing some problem in how to work with JTable. could anybody tell me that what kind of parameters of appraoch shoule be followed for the same. Thankyou, keyur
|
| Problem With Closing JDialog | 23 Mar 2005 06:54 GMT | 4 |
I'm faced with a strange problem. When I use an instance of my class myJDialog, I always have to click the close-button _twice_, otherwise the dialog won't close. What am I doing wrong?
|
| How to runtime change text or icon of DefaultMutableTreeNode | 22 Mar 2005 23:18 GMT | 11 |
Is it possible to change the text or icon of a single DefaultMutableTreeNode runtime? If so can I see a code example somewhere? TIA Joost
|
| HTMLEditorKit and StyleSheets | 22 Mar 2005 21:16 GMT | 4 |
I'm using HTML to display information generated on the fly. This is working reasonably well, except for two things: 1) StyleSheet support seems shoddy. The JavaDoc for StyleSheet mentions that the two major CSS parsing related concepts that are not supported
|