| Thread | Last Post | Replies |
|
| servlets v's applets | 04 Jan 2007 19:13 GMT | 1 |
are there any advantages to using servlets over applets? i am in the process of writing a math application that will run within a website, and am wondering whether to do the processing 'server side' or 'client side'. i notice that when using some java applets on the web that they ...
|
| How an I use a copy of Graphics2D ? | 04 Jan 2007 01:48 GMT | 10 |
Is there a way I can use a Graphics2D instance of a JComponent, and "display" it into another JComponent? To clarify, I have a JPanel with a lot of staff drawn onto its Graphics2D instance. I don't have the access to it's
|
| Lineweight dependent on drawing scale - how to keep line weight at 1 | 03 Jan 2007 22:14 GMT | 3 |
I am drawing Line2D and Quad2D elements on a JFrame using Graphics2D. When I increase the scale of the Graphics2D transform, the line weight increases, and I would rather this not happen. Is there a way I can suppress this?
|
| Exception thrown when using dual head screen | 03 Jan 2007 21:32 GMT | 1 |
When running a java application with java 1.5.0, on a dual headed window system with a GeForce 6200 video card (I don't think the card is the problem), an exception is thrown if I try to open the app on the second head. Below is the stack trace. Any ideas? Solutions?
|
| Java Swing Grid | 03 Jan 2007 18:07 GMT | 3 |
I'm working on a project which requires the usage of Java Swing and I need to decide on a grid component. Can anyone recommend a commercial/shareware grid component? Or am I better off just adding all the features I need on top of
|