| Thread | Last Post | Replies |
|
| Can not open files (images) using relative paths | 07 Jul 2005 10:39 GMT | 4 |
That seems straightforward but i can't figure out how I can have access to image files stored in the same directory with the compiled classes. Here's my what I want to do windowsButton = new JButton("Windows", new ImageIcon("icon_cool.gif"));
|
| 050705_Problem with applet | 07 Jul 2005 10:27 GMT | 1 |
Could You tell what topis do you exacly mean? Because the topic: Re: Applet running by another one talking about something difrents (there is nothing about many JPanes
|
| [JDBC] Keeping a Connection object for a long time | 07 Jul 2005 10:19 GMT | 3 |
I've got an app where users can query a remote database (Derby or MySQL) through a JDBC Driver whith this kind of code : Class.forName("org.apache.derby.jdbc.EmbeddedDriver"); Connection connection = DriverManager.getConnection(dsURL);
|
| Socket in Applet | 06 Jul 2005 19:22 GMT | 1 |
I am writing an Applet which contains a socket to connect back to the server, accross the socket I will be sending vectors, from the server to the Applet only. I have got the socket set up correctly but when I try the following code the applet locks.
|
| Applet doesn't work | 06 Jul 2005 07:22 GMT | 1 |
I've written some Applet, hover it doesn't work I wan't (after pressing >>Button1<<) there show JPane 'widok2' witch Button >>Button2<< COULD YOU HELP ME??
|
| How to change the behaviour of Socket TimeOutEvent | 06 Jul 2005 02:08 GMT | 6 |
the problem I need to solve deals with the TimeOut of sockets that can be set once the Socket has been initialized. I want the program to react differently regarding the TimeOut, depending on a Flag. Is there a simple way to change the behaviour?
|
| strings. | 06 Jul 2005 01:30 GMT | 4 |
I have a string, which contains either a alphabet or number in first position.(ex..A2343 or 34343). how to differntiate these two strings? thanks.
|
| How to use Objects as keys in a HashMap? | 05 Jul 2005 21:20 GMT | 15 |
I'm having a bit of a problem with HashMaps, specifically with using a certain Object as a key in a HashMap. Please consider the following class: --- code ---
|
| 050705_Problem with applet | 05 Jul 2005 18:24 GMT | 1 |
I've written some Applet, hover it doesn't work I wan't (after pressing >>Button1<<) there show JPane 'widok2' witch Button >>Button2<< COULD YOU HELP ME??
|
| Applet running by another one | 05 Jul 2005 18:13 GMT | 3 |
I have some problem, I have an applet where are two buttons and a label buttons are >>Increment<< and >>RunNextApp<< label is initially set on a value "0"
|
| Setting Xms and Xmx in a jar file? | 05 Jul 2005 18:05 GMT | 1 |
Can this be done? If so, what is the syntax? Seems like such a simple question and I can't figure it out at all.
|\/| /| |2 |< |
| Detecting mouse buttons | 05 Jul 2005 14:36 GMT | 7 |
How can i determine, which mouse button was pressed, using java.awt.Event class (JDK1.0 API)? I write following for the left button: if( e.modifiers!=Event.ALT_MASK && e.modifiers!=Event.META_MASK ) {
|
| html with jtextpane | 05 Jul 2005 02:48 GMT | 4 |
hi !!, i'm doing a training course. i have to build a program that allows opening an html file and to do a preview of this file, like in Word: preview before the printing for example. i decided to simulate that preview by chaging the size of the police.
|
| The usual java imports and those that are not. | 04 Jul 2005 16:17 GMT | 4 |
I have j2sdk1.4.2_08 and a Win2K Given a java package that reads in the first classfile it shows as: import java.awt.*;
|
| servlet vs sockets | 04 Jul 2005 13:58 GMT | 1 |
I have a question regarding the performance of java servlets. Scenario: * given a server controlled by a servlet (in tomcat), and clients * the servlet receives requests from clients,
|