| Thread | Last Post | Replies |
|
| JavaDoc | 06 Mar 2005 20:08 GMT | 4 |
When i run javadoc on code for an object that has multiple constructors, javadoc only reports the first one. What do i need to do to make it see both? Thanks
|
| jclass.bwt.JCLabel | 06 Mar 2005 18:47 GMT | 3 |
does anbody know what I have to do to use this package? I want to use import jclass.bwt.JCLabel; but when I add this line to the project an error occured that this line cannot be resolved. Any ideas?
|
| Help: Input Dialog Box | 06 Mar 2005 16:38 GMT | 4 |
I need help and suggestions on how to modify the below program to get two numbers from user input using a input dialog box. B/c I'm a total newbie with next to no programming experience, I'm not sure where to insert the additional code. I'm using Forte for Java 3.0 CE. The ...
|
| Messagesemaphore? | 06 Mar 2005 13:32 GMT | 4 |
As I understand there exists different kinds of semaphores. When I search google I have only found info on countingsemaphores. But in an assignment I need to implement a messagesemaphore. Does anyone know a website that explain the differences and what a messagesemaphore is??
|
| java, javaw, and console windows | 06 Mar 2005 13:07 GMT | 1 |
As I understand it, there is some bug or "complication" with javaw that results in javaw processes "hanging around" when a program gets into a less-than-graceful termination state. This causes a number of problems for the deployment of an application I am involved with. I am OK ...
|
| private member of nested class | 06 Mar 2005 05:27 GMT | 1 |
Why, oh why, is a private member of a nested class accessible from the containing class? I thought "private" meant "private to this class alone". <sigh> Cheers, Paul
|
| Open a new window from servlet to display a file | 05 Mar 2005 18:36 GMT | 1 |
I wrote a servlet that displays that reads a pdf file from a data dir and displays it in the browser. The problem is that that the file is displayed in the same browser and I want to display it in a new window.
|
| Java String comparison | 05 Mar 2005 17:18 GMT | 27 |
Im an experienced developer, but kinda new to Java... Just want to know how you practically handle this one. I have this code line (JSP): String rqstUserid = (String)request.getParameter("userid");
|
| Strange problem writing JPEG with ImageIO | 05 Mar 2005 16:21 GMT | 2 |
I'm working on an applet to modify images... everything works fine except of the writing. The filtered image is a BufferedImage filteredImage
|
| newbie question : another java.lang.NoClassDefFoundError (not a .class call problem !) | 05 Mar 2005 11:58 GMT | 2 |
i get mad, i'm trying to make a cron in java, and i get NoClassDefFoundError here's the problem : I succesfully compile using the command : javac /Users/lbrun/bot/botEfarm.java
|
| SWING/GUI | 05 Mar 2005 11:02 GMT | 1 |
I have to create a GUI with Java I am not new to programming, but new to GUI development. I assume that I need to use Swing? Can someone please recommend the best way to start working with Swing?
|
| java / tomcat / sakai installation problem | 04 Mar 2005 22:03 GMT | 2 |
I have windows xp. I downloaded and installed Java: jdk-1_5_0_01-windows-i586-p.exe I installed it to: c:\Java\
|
| Java FAQ | 04 Mar 2005 21:40 GMT | 2 |
I noticed that the FAQ for comp.lang.java had not been updated since 1997 and that another FAQ for comp.lang.java.programmer had not been updated since 1999. Not having copyright authority to update another persons FAQ, I decided to
|
| autofocus in JScrollPane | 04 Mar 2005 20:20 GMT | 7 |
I have a problem. In my application in one fixed size JScrollPane user can add rows of stuff dynamicly at runtime. Focus is then set to the first component in a new row (requestFocusInWindow()) but jscrollpane's vertical bar dosen't automaticly scrolls down. Can anyone help me ...
|
| Using JNI to access shared memory | 04 Mar 2005 15:59 GMT | 2 |
I have a legacy program running on AIX coded in C that uses shared memory to store a sort of an index of information. I've written a C library that attaches and extracts information successfully when called from another C method. This same library when called from within a JNI
|