| Thread | Last Post | Replies |
|
| How to set a hyplink in JTextPane? | 20 Aug 2004 19:23 GMT | 6 |
I want to insert hyperlinks in JTexPane without using a HTMLDocument! becauce of two much trouble with row heights and inserting grahics. I use StyledDocument for inserting styled text and graphics. I added customized styles to the document.
|
| Scrollbar in JScrollPane with JText Area Only Gets Bigger | 20 Aug 2004 15:51 GMT | 2 |
I'm having a problem with a JTextArea that I have inside a JScrollPane where the scroll bar gets added/resized fine to accomodate more information in the underlying JTextArea, but never shrinks back again or goes away as the information in the JTextArea is removed. The
|
| Split Values with JFreeChart ? | 20 Aug 2004 15:19 GMT | 3 |
I'm in charge of writing an application that can display a chart, and I'm supposed to use JFreeChart. After watching the sample codes and tryed some stuff, it seems to me that this tool is very powerful for displaying multiple kind of charts
|
| Introducing CookSwing: XML to GUI toolkit | 20 Aug 2004 13:59 GMT | 2 |
[Removed invalid group comp.lang.java - moderator] Please don't flame me for posting it to 4 java groups :P Introducing CookSwing: XML to GUI toolkit BSD License with complete source code.
|
| automatic scrolling when inserting a new line to JTextPane | 20 Aug 2004 13:46 GMT | 6 |
I always thought that I do have to set the statement txtPane.setCaretPosition(txtPane.getDocument().getLength()); for scrolling the text to the last inserted row, but the text is beeing scolled automatically!
|
| [setEnabled] doesn't have the same effect in Linux as in Windows(?) | 20 Aug 2004 10:33 GMT | 3 |
In my application I have several JFrames and when I call a new JFrame by clicking in a button, then the parent-Frame becomes disabled (parent.setEnabled(false)) and the user cannot click on it and even when he clicks the parent-Frame stays for a while in the background
|
| Problem with Table | 20 Aug 2004 09:46 GMT | 1 |
I have a TextField and a TextFieldHandler implement ActionListener and a Table. How can I do the following function? When the user type 111 in the TextField and press enter, item 111
|
| Validation techniques for JFormattedTextFields | 20 Aug 2004 07:47 GMT | 3 |
Im looking for some info on standard techniques for validation of text fields in JFormattedTextFields. They seem to have masks, input validation methods, key listeners and so on which frankly seem a pain in the backside to use. As an example I have one field which I want to
|
| known Java frame, how to get handle to a edit control box? | 20 Aug 2004 07:42 GMT | 9 |
Hi all Java gurus, I have a question: suppose I know a Java frame, how can I get the handle to an edit box contained on this Java frame... And I want to know the content string of this edit box each time user enter
|
| Advanced 2D library ? | 19 Aug 2004 15:05 GMT | 3 |
Hello, java2d is fine for display purpose. But the intersect methods bear the remark that they are inaccurate for many cases and they are. Are there any libraries available which implement
|
| antialiasing VALUE_IRRITATED_ON | 19 Aug 2004 09:54 GMT | 7 |
Messin around with antialiasing. I filled up a JTextArea (see derived variant below) with some text and did some resizing tests. 1. On initially loading and being shown, the frame is blank for about 3 seconds (on my 2Ghz machine) whereas it shows instantaneously w/o
|
| ASCII-only TextField | 19 Aug 2004 08:24 GMT | 3 |
I need a TextField that accepts only ASCII-characters. I think I need a JFormattedTextField. But where do I have to go from there? I'm thankful for every small hint. Thanks,
|
| SSCCE for JTable, tooltips and an unrelated JDialog - Any Ideas? | 18 Aug 2004 19:27 GMT | 2 |
Please compile the following with and without the two lines mentioned. Try resizing columns, try draging columns, try dragging headers, notice tool tips on headers. Is this a bug or have I goofed?
|
| How to add icon to TitlePane in InternalFrame? | 18 Aug 2004 13:07 GMT | 1 |
I subclass MetalInternalFrameTitlePane and would like to add an extra icon to the title pane left of maximize, minimize and close. Documentation on this topic is very rare...any hints? Thanks.
|
| Implement image resizing inside of JEditorPane in html mode | 18 Aug 2004 01:58 GMT | 1 |
I've been trying to implement a simple wysiwyg html editor with JEditorPane. Two features I would like to have is drag&droppable images and image resizing. My approach thus far: I subclassed ImageView and made that class,
|