| Thread | Last Post | Replies |
|
| Java Advanced Imaging at 204x98 dpi | 01 Nov 2003 00:34 GMT | 1 |
To whom it may concern: I was wondering if someone could give me some pointers about how to display an image (a TIFF in particular) using JAI that has different horizontal and vertical dpi's (204x98, specifically). As my program
|
| [JSTL] empty strings inside table cells *with borders* | 31 Oct 2003 22:18 GMT | 9 |
I am generating HTML with a lot of table content, that is in the <td> tags. With my table cells, I always get empty cells with *no borders* when <c:out> ing the empty string (in Java: String str = "";) Is there any way get <td> cells *with borders* when <c:out> ing the
|
| Problem with java.library.path | 31 Oct 2003 21:59 GMT | 1 |
I am working with JDK 1.4.2 on windows 2000. I have a JNI dll in the folder c:\src\bin So, I make the following call: java -classpath MyClassPath -Djava.library.path=c:\src\bin MyApp.app
|
| [Network] How to get Internet IP | 31 Oct 2003 20:33 GMT | 3 |
I need to find how to get he's own internet ip. Not the local ip. Thanks in advance.
|
| how to read long[] from data input stream ? | 31 Oct 2003 20:28 GMT | 3 |
I am looking for ways to read data into a long array from data input stream directly. I feel that wrapping Fileinputstream using DataInputStream filter is kinda inefficient, if there is a way to let the datainputstream to arrange 8 bytes into a long directly, it wouild be
|
| dummy proof | 31 Oct 2003 20:26 GMT | 5 |
i'm a newbie in java programming but a great enthusiast. right now i'm writing the game of Nim and i'm having a hard time finding how to dummy proof the input that the player is required to enter. actually i've done the range check (NOT below 1 and NOT above the half of the total) ...
|
| What's required to do J2ME development for my cell phone? | 31 Oct 2003 20:18 GMT | 3 |
What do I need to download and install to write a HelloWorld app for my Sony T610 cell phone? Thanks, John
|
| Read win.ini file? | 31 Oct 2003 16:24 GMT | 11 |
How can I read win.ini file? Best regards Greg
|
| Confusing for me, Easy for you :P | 31 Oct 2003 15:53 GMT | 1 |
Alright I'm new to Java and I'm in the middle of doing my java project. I have a super class called SFactory that has 2 protected Queues named q1 and q2. I was asked to create a class called PlateFactory that will extend SPlateFactory.
|
| How to create multiple light-weight process in Java | 31 Oct 2003 15:51 GMT | 2 |
Is there anyway to create multiple light-weight process in Java? Or is there anyway that I could make a program read from a file while executing something else in the same time? I tried to create a program that could read data from a file while
|
| Listen to standby, wake up event | 31 Oct 2003 15:23 GMT | 3 |
is there a way to listen to standby and wake up events with java programs. We have a client application that sends periodically alive events to the server. In standby or power save mode these events cannot be sent and therefore our server terminates the session.
|
| Problems calling a third-party DLL using a thread | 31 Oct 2003 15:16 GMT | 3 |
I'm using a third-party DLL to control an I/O-Interface via USB. My Java-program uses JNI to call a native DLL which calls the functions in the third-party DLL. Everything works fine when I'm calling the native methods in the
|
| how can I stop a thread from sleeping? | 31 Oct 2003 12:41 GMT | 3 |
I have a program(like the following codes) which needs to sleep for 20 seconds. How can i make it stop sleeping if i want it to be alive before 20 seconds is up?(e.g. when a cancel button is clicked). Any help will be appreciated !!
|
| Source for j2eesdk1.4_beta2? | 31 Oct 2003 10:48 GMT | 3 |
Anybody know if/where I can download this? thanks harry
|
| desktop mouse control | 31 Oct 2003 09:49 GMT | 2 |
I want to control the mouse position on the windows screen and desktop from within a java application.How do i do this ? Is there a simple native call that can set the mouse position. I dont know anything about windows programming. Know only java basically.
|