| Thread | Last Post | Replies |
|
| html with jtextpane | 04 Jul 2005 10:22 GMT | 1 |
hi !!, i'm doing a training course. i have to build a program that allows opening an html file and to do a preview of this file, like in Word: preview before the printing for example. i decided to simulate that preview by chaging the size of the police.
|
| drawing progressively in an APPLICATION (not applet) | 04 Jul 2005 08:12 GMT | 2 |
I don't see alot of solutions or examples for simple java2d stuff in an application. I need to read text from a file and draw lines accordingly. I have the parsing down fine, but i need to know the correct way to draw each line on my Panel without erasing the others.
|
| Truncated Label Problem | 03 Jul 2005 10:28 GMT | 11 |
I have a dialog with a panel in its lower section that uses FlowLayout and in which I display messages using JLabel to the user. However if the second message I display is longer than the very first message then it and all the subsequent messages are truncated to that original
|
| JTable Cells Alignment | 01 Jul 2005 16:42 GMT | 2 |
I'd like to change the alignment of JTable cells to TOP-CENTER. I tried to use cell renderer that inherits JLabel with overriding the following method: public Component getTableCellRendererComponent(JTable theTable, Object
|
| How long to get up to speed with SWT? | 01 Jul 2005 14:33 GMT | 1 |
I'm an experienced Swing developer and am considering a project in SWT. I'm looking for opinions on how long it would take me to become proficient with SWT given a 10 year background in Java?
|
| how add checkbox to tree as a leaf | 01 Jul 2005 10:14 GMT | 1 |
i want to add check boxes to the tree as leaves I know how to add normal texts.. pls help
|
| Problem in having JList in JTable's cell | 01 Jul 2005 09:39 GMT | 3 |
Hi members i have a JTable and one column of which needs to have a JList in the cell in each row. i want the user to select more than one entries from this list
|
| ProgressMonitor takes too long to display in Sun's ProgressMonitorDemo | 01 Jul 2005 08:20 GMT | 3 |
I have modified Sun's ProgressMonitorDemo (at http://java.sun.com/docs/books/tutorial/uiswing/components/progress.html) very slightly and it is not behaving as I expect. I am hoping to get an explanation of what's going on and how to fix the problem. Let me
|
| GridBagLayout - How grow my columns correctly? | 01 Jul 2005 08:04 GMT | 10 |
in advance i coded a small frame. My problem is, that i don't understand, why the StreetNo label is growing. I thought the 7th column grows on resize and all other are fix (not growing). Can somebody give me a tip how i can achieve that only last part of
|