| Thread | Last Post | Replies |
|
| right click to copy-paste? | 03 Jun 2005 08:24 GMT | 1 |
In the text tab of the SwingSet demo, copying text works with ^c but not with the Windows standard, which is to right-click and get a little popup menu that contains cut, copy, paste, etc. Is there a way to turn on this right menu, or do you have to
|
| Where do I get X-Face decoder written by java ? | 03 Jun 2005 02:42 GMT | 1 |
Is there a X-Face decoder written by java (or javascript)? If there is, where do I get it? Thanks.
|
| RTF Encodings | 02 Jun 2005 21:58 GMT | 2 |
Using JTextPane with rtf encoding and the rf posted at the end of this note, I'm getting some characters I don't understand. One example is \'9f. This character seems like it should display as a lowercase u with two dots above it, and indeed, that's the way it does display using
|
| SpinnerListModel always reverting | 02 Jun 2005 18:27 GMT | 3 |
I have JSpinner where I am assigning a range of values (.3333, .25, .1333, .1, .5 and then increments of 0.5 up to 30.0), so I was forced to use the SpinnerListModel instead of the SpinnerNumberModel. My problem is when I manually type 3.0 in the textfield and then tab
|
| Underline in a JTextfield | 02 Jun 2005 18:26 GMT | 2 |
Is it possible to display underline in a JTextfield? It is possible using styles in styled text area. But how to do it on JTextfield? What is the related function? -Sameer
|
| first steps in GUI programming | 02 Jun 2005 13:25 GMT | 2 |
I want to design a new GUI for my java program. Is there a good tutorial for this topic? Are there free sourcecode examples which can be used? Best regards,
|
| Changing the order of JInternalFrames | 02 Jun 2005 04:31 GMT | 2 |
If I have JInternalFrame instances inside a JDesktopPane, calling JDesktopPane.getAllFrames() will return an array of JInternalFrames based on the order the JInternalFrames are added. Is it possible to programmatically change the order of the
|
| extend jcombobox to allow multiple selection | 01 Jun 2005 23:45 GMT | 2 |
I want to have the jcombobox to allow multiple selection. I have been searching for a solution but very frustrated since I could not find any solution. Can some java swing guru tell me that if it is possible to extend
|
| BufferedImage | 01 Jun 2005 11:00 GMT | 2 |
/* I try to understand why I cannot load an image from disk into an instance of java.awt.image.BufferedImage-class. If I try so in the constructor, it is simply not displayed on the screen. But
|
| www.ittopinterviewquestions.com | 01 Jun 2005 10:30 GMT | 1 |
www.ittopinterviewquestions.com www.ittopinterviewquestions.com Good site for IT interview questions, like Java, J2EE, J2ME, J2SE, software testing, CMMI, C++, Networking, .Net, database. Seems to be updated continuously. Also some pages on
|