| Thread | Last Post | Replies |
|
| Free Java 3D Game: MatelBeasts | 11 Nov 2005 12:46 GMT | 1 |
Good news! You can download free Java 3D game from http://www.AZEW.com
|
| urlconnection weirdness | 11 Nov 2005 12:35 GMT | 13 |
When I download files over an urlconnection, Im able to monitor progress by counting the nr bytes read from the stream (see code below). But When I download a .class file, I can't, it seems to block.... whats going on here?
|
| Old code, collections and generics warning | 11 Nov 2005 08:11 GMT | 14 |
I have some old java code that use the collection classes. Now compiling with 1.5 I get warnings like warning: [unchecked] unchecked call to add(E) as a member of the raw type java.util.List
|
| Applet Positioning on the screen | 11 Nov 2005 05:39 GMT | 1 |
How can i position an applet relative to the screen. Is there any method to place the applet at the desired position on the screen. Thanks, Raja
|
| Printing Non English Characters. | 11 Nov 2005 05:38 GMT | 3 |
In windows, if i want to print characters of an alphabet other than English (Sinhala,Spanish) to console from a java code how can i do that?
|
| Objective evidence comparing languages? | 11 Nov 2005 03:32 GMT | 4 |
I'm looking for studies that objectively compare various languages to measure the following attributes: 1. Ease of writing new code (better== faster, better==fewer bugs). 2. Ease of maintaining existing code.
|
| scope of servletContext | 11 Nov 2005 03:20 GMT | 1 |
I've hit a peculiar problem trying to solve a requirement in a web app It requires a batch routine to be fired at a particular time, yet be controllable via the application. I solved this by creating a runnable class and a thread to run it,
|
| Java Web Start | 11 Nov 2005 02:27 GMT | 2 |
I'm developing an internet application in which the client runs as a java applet. My reasons for making the client an applet are so that no program installation is required (just the sun java plug-in has to be installed) and so that the user always runs the latest version of the ...
|
| implementing SSl in jsp | 11 Nov 2005 01:03 GMT | 3 |
I have created 3 tier online book store. Here I am using jsp ,Tomcat as webserver and My_SQL as backend. Now I want to implement a secure JDBC "tunnel" between server-side application (or the shopping cart application) and the back-end database server. JDBC queries and their
|
| Design question re common code | 10 Nov 2005 23:50 GMT | 4 |
I need a bit of help in improving the design of some of my common code. Let's say I have a number of preference dialogs, e.g. FooPreferences, BarPreferences, and BazPreferences. Each of them is a final class that extends JDialog and each of them uses a component called ...
|
| Barcode reading on an image | 10 Nov 2005 23:41 GMT | 4 |
Does anyone know of a way to read a barcode from an image (ie tif or jpeg)? If not in Java, in C? Thanks,
|
| Maximizing a JFrame | 10 Nov 2005 22:53 GMT | 1 |
Does anyone know how to maximize a Jframe. I tried theFrame.setExtendedState(JFrame.MAXIMIZED_BOTH ); but it doesn't work. See you soon
|
| How to pass username & password to jconsole? | 10 Nov 2005 22:35 GMT | 1 |
I monitor with jconsole a remote application. It works fine but I always have to enter username and password. How can I pass them to jconsole? Zsolt
|
| flashing a JXTreeTable cell | 10 Nov 2005 22:32 GMT | 1 |
I need to flash a cell in response to new data incoming but i cannot find a way out... Can you help me? I use the jdnc JXTreeTable, not a common JTable!
|
| jars v. classes | 10 Nov 2005 22:28 GMT | 2 |
I have a development environment where several jars are located say in a directory /home/user/jars. The java source is located say at /home/user/src. As I compile the sources with -d option, they are placed under /home/user/jars. The
|