| Thread | Last Post | Replies |
|
| Resizing JApplet as browser window resizes | 18 Jul 2005 14:15 GMT | 1 |
another JApplet question... How can I accomplish that my applet resizes if the browser window resizes and the browser window is not big enough to show the applet completely (i.e. I don't want the scrollbars to show up?
|
| JTree in a JTable | 16 Jul 2005 11:25 GMT | 1 |
I want to combine a JTree in a JTable. I found a JTreeTable class on the sun's Website. Sometimes it seems that it doesnt work correctly! Are there any other suggestions / hints / experiences for combining a
|
| Authenticator | 16 Jul 2005 00:23 GMT | 1 |
I really need some advice and guidance on the following code import javax.swing.*; import java.util.*;
|
| TextLayout and super-/subscript | 15 Jul 2005 22:23 GMT | 2 |
Super-/subscripts finally work in 1.5. But they look horrible - it seems as if the vertical shift is done twice - once by the Transform in Font, and then again in sun.font.TextLine (CoreMetrics.ssOffset). Or is it just too large and this double shift is intentional?
|
| Swing book that covers JDK 1.5? | 15 Jul 2005 18:41 GMT | 4 |
Anyone can recomend a good book for Swing development - preferably one that focus on the new Swing API (JDK 1.5). thanks.
|
| gif and jpg files missing in gui of application run from jar file | 15 Jul 2005 15:14 GMT | 6 |
I have packaged a Java application into a jar file, along with some gif and jpg files that appear in the application, but the gif and jpg files do not appear in the application gui when I run it from the jar file. Starting out, the class, gif, and jpg files are in the same ...
|
| Implementing my own Eventloop | 15 Jul 2005 15:12 GMT | 7 |
I have to port a MFC-based frontend for an old terminal-based application to a more modern language/toolkit. So far I've managed it to run under Linux/GTK+ and I'm now evaluating if it can also be implemented using java. It all boils down to one question: The GUI is kept busy due to
|
| Java look'n'feel graphics repository in JApplet | 15 Jul 2005 14:56 GMT | 1 |
I have trouble loading the icons from the jlfgr-1_0.jar in my Applet (works perfect for the JFrame). I have the following HTML: <applet code="MyClass.class" archive="my.jar,jlfgr-1_0.jar" codebase=".">
|
| Need to change single node in JTree when JCheckbox selected | 15 Jul 2005 11:10 GMT | 4 |
I need to change the icon of just a single, particular node in a JTree when a JCheckbox is selected. I understand I will need to extend DefaultTreeCellRenderer to just change the icon of a single node in the tree. I've also extended
|
| UI Change at runtime affecting JButtonBar | 14 Jul 2005 23:46 GMT | 5 |
Anyone any ideas why this is happening to me ? I have a frame with various panels all GridBagLayout, one being on the left containing a JButtonbar, with 4 buttons all stacked on top of each other again GB Layout..
|
| JTabbedPane way to unselect all tabs? | 14 Jul 2005 22:11 GMT | 3 |
Is there a way to deselect all the tabs, so none of the tabs are selected in a JTabbedPane? Also, is there a way to cause the tabs to disappear, so the tabs cannot be seen at all.
|
| Http | 14 Jul 2005 15:46 GMT | 4 |
I am currently trying to do an application that does the upload as well the download of files from a http server that needs authentication. The thing is i am not very sure where to begin and i am open to any
|
| Setting TreeCellRenderer disables TreeSelectionListener? | 14 Jul 2005 15:09 GMT | 6 |
added a custom renderer to JTree then added a TreeSelectionListener to JTree but TreeSelectionListener does not respond when custom renderer assigned to JTree. TreeSelectionListener
|
| JAI deprecated classes | 14 Jul 2005 14:40 GMT | 1 |
I'm trying to use Java Advanced Imaging but I've seen that meny classes are deprecated and there's no indication in JAI docs about the classes to use instead of the deprecated ones (as ScrollingImagePanel). Can someone help me? Do you know where I can find this information? Or
|
| associating Icon with jar | 14 Jul 2005 10:35 GMT | 2 |
I am in the process of deploying a application using a jar file and packaging the application using inno setup for deployment to windows. It would be great if the application could appear in the Programs group with a nice icon and not the window command window icon. Can anyone
|