| Thread | Last Post | Replies |
|
| JavaScriptEditorKit ... | 16 Jan 2006 07:45 GMT | 6 |
I would like to insert a JEditorPane that has the capability of showing XML files for edition purposes. Does anyone know of any (GPL would be even nicer) ... Thank you in advance ...
|
| Java Hangs Windows XP SP2 / Blank Windows | 16 Jan 2006 05:54 GMT | 1 |
I just wanted to put this in the record for others looking for a solution. I had been having total system lock-ups exiting from FireFox sometimes I could not install Java based software.
|
| JTable header updates | 15 Jan 2006 04:25 GMT | 5 |
Hello, I'm writing an application that displays data from a database. To make a long story short. I let the user decide what to call the different columns recieved from
|
| Minimalist tooltip | 13 Jan 2006 14:54 GMT | 2 |
I would like to have tooltips pop up when the user hovers over a Rectangle2D. From what I can tell, JToolTips are meant to be attached to a JComponent. I'd rather not make every 'hot box' a superclass of JComponent.
|
| regular expressions | 13 Jan 2006 10:50 GMT | 7 |
The java doc on Sun's site is useless for figuring out how to do a split() on a string and to split on either a ( or a ). I noticed that I have to use \p{Punct} but the page says nothing on how to do that. Can anyone help me? I've created a Pattern object and think I have to
|
| Understanding JTables | 13 Jan 2006 08:19 GMT | 2 |
Every time I have used JTables all cells were the same height in the table. Is that always true? Can some rows be taller than others? Has anyone ever nested JTables, put a scrolling Jtable in a cell and allowed editing of both the inner and outer tables. Is that a totally
|
| JToolBar | 13 Jan 2006 08:03 GMT | 1 |
I was just wondering if JToolBar fire's a PropertyChange when its position is changed, for example if the toolbar is on the top of the page and the user drags it down to the left side! Thanks all
|
| SpringLayout - SpringUtilities | 12 Jan 2006 17:07 GMT | 4 |
I downloaded the SpringUtilities.java used in the SpringLayout tutorial. However I cant seem to get exactly what I want - which is to be able to layout my controls in a number of rows and columns with decent spacing, vertical and horizontal alignment.
|
| How to get JLabel text at the top and right | 12 Jan 2006 14:28 GMT | 1 |
How can I make my text "RESULT" always be on the right and top and not move to the middle when I make the window larger? Cheers, //Mikael
|
| Components does not fill | 12 Jan 2006 12:59 GMT | 1 |
I am trying the following on a in a class that extends the JFrame using jdk1.5. When I enlarge my gui window I was expecting the text and the field to fill the additional horizontal space but it doesn't.
|
| How to restore a Windows application using java | 12 Jan 2006 05:24 GMT | 2 |
I use exec to start notepad application .Is it possible to restore the minimized notepad application from my java application.... plz help
|
| How to disable Antialiasing for Swing-Applications | 12 Jan 2006 02:07 GMT | 2 |
I have tried the following with Java(TM) 2 Runtime Environment, Standard Edition (build 1.5.0_06-b05): java -Dswing.aatext=false -jar fujaba.jar When the window is displayed the first time, no antialiasing
|
| Custom UI for single Class | 11 Jan 2006 19:51 GMT | 2 |
This is a problem: I made UI(MyButtonUI) for a special button which handles MyButton instances. MyButton class extends ordinary JButton. The problem is that Look&Feel
|
| looking for a javascript editor component | 11 Jan 2006 18:14 GMT | 1 |
I need a component that is ultimately a javascript editor. Colored syntax, script validation, ... Any info greatly appreciated, Thanks
|
| JTable too Wide | 11 Jan 2006 17:07 GMT | 1 |
Let's say you were designed a JTable and it came out too wide. You would prefer not to scroll. What are your options? 1. some way of doing data entry in a narrow multiline cell? 2. alternating what is in odd-even rows?
|