| Thread | Last Post | Replies |
|
| Probably an easy answer, to-do with onPropertyChangedEvent | 16 Dec 2005 20:41 GMT | 6 |
onPropertyChangedEvent doesn't get fired by changing the value by the keyboard?? any reason for this? Cheers Niall
|
| Initialize component so it can render | 16 Dec 2005 20:37 GMT | 2 |
When you instantiate a JComponent (or any subclass thereof) and call its paint(Graphics) or print(Graphics) method you will not get what you might expect. It will only work once such a component has been put in a frame that is visible on the screen.
|
| Custom Print Dialog | 16 Dec 2005 11:28 GMT | 3 |
Is there any way to provide a custom print dialog rather than rely upon the cross-platform dialogs provided? I have a need to change text and add some customizations and have a GUI that i would like to show when print is invoked.
|
| SWT - getting all fields from the Container | 15 Dec 2005 22:54 GMT | 1 |
hello. Is it possible to get all fields from the swt container? For example, I have two containters which contain several fields and want to disable them.
|
| Jtree Reselect after reload | 15 Dec 2005 16:22 GMT | 2 |
I'm running into a problem reseelcting a newly inserted node into a tree, performing a reload() and then finding the path to the node just inserted. Some changes to the database the Tree represents occur (deleting a node creating new node in the parent's parent, then a node
|
| JFileChooser enter pressed on cancel | 15 Dec 2005 16:04 GMT | 7 |
Maybe I am missing something very obvious, maybe the action I am trying to handle is impossible, or maybe my users are an extreme case and noone else has encountered this. I have a simpe, basic JFileChooser that work almost perfectly. When a
|
| extending HTMLEditorToolkit: where to start | 15 Dec 2005 08:21 GMT | 6 |
My website is generated out of several XML files. For some time I have been thinking about editing the XML in a Java program. Moreover, have the Java program render the XML as it's going to look in the browser as I have configured the latter [1].
|
| The return of JINX | 15 Dec 2005 02:37 GMT | 3 |
Hope everyone doesn't mind the cross-post for this one. I'd like to bring JINX (*) back to life. I've come to terms with the fact that swiki.net is dead and we've lost all the original content. There is a wiki site at http://riters.com/JINX that has the original
|
| [NEWBIE] Why i can't see the red rectangle?!? | 14 Dec 2005 23:31 GMT | 11 |
import java.awt.*; import javax.swing.*; class MyFrame extends JFrame{ public MyFrame(String testo){
|
| How to make a custom modal dialog | 14 Dec 2005 18:21 GMT | 8 |
I currently have what I thought would be a modal dialog, it is a class that extends JPanel. The idea was that it would poup up in MODAL form, the user will enter some information (as much or as little depending on the data) and then select for example OK or Cancel (though ...
|
| Java 1.5 and system fonts | 14 Dec 2005 17:58 GMT | 7 |
I don't know if this is the right group to ask this (if not, where should I post?), but here we go: I have two machines, both running Debian, and installed the official Sun JDK (1.5.0_05) on both. Here's the question: on one machine, Java applications find all fonts that
|
| Problem with Font and SunSolaris OS | 14 Dec 2005 08:43 GMT | 5 |
I have a GUI Interface, this is the code, where I verify what are the fonts allowed: package guiInterface; import java.awt.*;
|
| JPEG manipulation | 13 Dec 2005 15:03 GMT | 3 |
I was just wondering if there is a way of changing a JPEG image in Java, what i mean is, can i edit a JPEG (manipulate pixels in the image) ? Thanks in advance
|
| Double Tab (Navigation bar - Java Swing) | 13 Dec 2005 10:00 GMT | 2 |
Hello Javaprogrammers, I would like to create in Java Swing a double tab navigation bar, such as the one on www.apple.com or demonstrated as applet (but not Swing, and from which I cannot see the Javacode) at
|
| updating fields in JTable | 13 Dec 2005 04:03 GMT | 1 |
I made a JTable with in one column all editors, extensions of PropertyEditorSupport. They all have a getValue and setValue method therefore. Now the editors work well but I have a problem with committing the
|