| Thread | Last Post | Replies |
|
| Finding the size of an Image | 09 Nov 2003 23:50 GMT | 2 |
Well, I had an abstract Image object, and I would like to know what are its weight and width, as well as all of its other characteristics. How can I do to reach these informations? Many thanks for your attention.
|
| Set preferredSize of a Panel | 09 Nov 2003 04:17 GMT | 1 |
Hello, I am trying to set the preferredSize of a panel but am having some problems. I have created a class that extends Panel and included the getPreferredSize method (so it overides the original) which returns a new Dimension. In the
|
| "re-directing" System.err | 08 Nov 2003 19:43 GMT | 3 |
I've written a GUI application that might throw un-handled exceptions when users are using it in some modes. The application is started by a separate executable so there is no command line/window for System.err to show up in. Is there a way to re-direct System.err so any exceptions ...
|
| how to set a cell color dynamically? | 08 Nov 2003 14:27 GMT | 2 |
I would like to dynamically change the colors of a table's cells. How do I set the color of a cell dynamically? Here's the code for the table and the renderer. You can see a timer that will eventually be expanded to check some external data.
|
| refering getX etc to an array | 08 Nov 2003 09:31 GMT | 1 |
Im having a bit of a problem trying to work something out: im using: private void formMouseClicked(java.awt.event.MouseEvent evt) { parentForm.setCol(evt.getX()/100);
|
| ActionListeners | 08 Nov 2003 08:07 GMT | 1 |
Suppose I have some code like this: JTextField t; ... t.addActionListener(new ActionListener() {
|
| Linux only - paint called twice on startup | 08 Nov 2003 03:49 GMT | 5 |
But not on Windows... sdk 1.4.2 comments or fixes for a newbie...? J
|
| java speed on a PDA | 07 Nov 2003 17:36 GMT | 2 |
was wondering how good java is on windows CE handhelds? Are the JVM's available today stable enough? Is it slower than VB.NET applications ? regards
|
| How to toggle font in a styled editor pane | 07 Nov 2003 09:35 GMT | 2 |
Ive got a JEditorPane with a HTMLEditorKit. I want to be able to set the font to courier new using a button, then using the same button i want to be able to remove the font if it is already in courier. I can get it set to courier ok, but removing it is a problem. I can get it
|
| checking the state of a jButton | 07 Nov 2003 08:53 GMT | 3 |
Id assume that checking if a buttons state is set to enabled(true) i would do something like: if (jbutton1.getEnabled() == true){ but this doesnt work.. cant find what would, i get:
|
| Bad default font when using Windows XPE | 07 Nov 2003 08:43 GMT | 2 |
I am currently dealing with a problem of font display when my application runs on Windows XPE (XP Embedded). I am using JRE 1.4.1, and on any Windows application, a default font (met when displaying table headers,
|
| pre-compiled classes in JBuilder question | 06 Nov 2003 18:16 GMT | 2 |
I am using JBuilder to write a project - somebody has given me a package which contains pre-compiled .class files (nothing unusual so far) and I have added this package into into my project (so no source code for the new package) . But when I run the project it sais it cannot find ...
|
| Console issues | 06 Nov 2003 14:42 GMT | 1 |
I'm having a problem that I'm not sure how to resolve. I have written a Java application that is a GUI front end that launches separate executable console applications. In JBuilder 4 (and JDK 1.2?) launching the application (app.jar) would automatically open a console window and the ...
|
| log4j: where to put properties file? | 06 Nov 2003 14:13 GMT | 1 |
My application is using a jar file MyJar.jar that uses log4j (I have the latest release of log4j). I have put both MyJar.jar and log4j.jar in a directory in my classpath. I have also
|
| Smart implementation of Event-Handling (MVC) ??!! | 06 Nov 2003 12:34 GMT | 3 |
In my Java-program there are among others two classes: class Java_GUI: This class "builds" the GUI (JFrame) and contains all necessary components (Lists, ButtonsÂ…). class MyEventHandler: This class is intended to handle all events
|