| Thread | Last Post | Replies |
|
| Formatting via JTextArea | 17 Mar 2005 13:09 GMT | 2 |
Hi there, can anyone tell me how to do the formatting on JTextArea object, for example I want to store some content in a JTextArea object like below: 1 Something yes
|
| Is there some web place where I can sold my java works? | 17 Mar 2005 10:25 GMT | 2 |
I know that it sounds bad my question from the subject, especially after you know that I use only the free java tools, but I desperately need the money for a new computer and my earnings (from some borning job) are almost nothing.
|
| Adding JDK to Javadoc in Netbeans | 17 Mar 2005 07:14 GMT | 1 |
Forgive me if this is a basic issue. I'm trying to add the JDK to the Javadoc browser in Netbeans 4.0. The Netbeans help talks about the javadoc tab in the platform manager, but I'm not sure what to add. Are the JDK docs a separate download from the JDK? Thanks.
|
| Help finding error in leap year program | 17 Mar 2005 06:44 GMT | 6 |
Can someone please help me find the error in my program here? It is for determining a user input year as a leap year or not using the Gregorian calendar. I'm trying to do it by using if statements. When I enter 2004, a leap year, it doesn't work. Thanks much.
|
| Running command line commands in java program | 17 Mar 2005 06:08 GMT | 3 |
We are trying to run a command line command, namely wget, in our java program. Is there a way to do something like 'wget http://www.cumtd.com'?
|
| Polygons and MouseListeners | 17 Mar 2005 01:49 GMT | 3 |
I've made a class which extends polygon and implements mouselistener. When i instantiate one of these classes onto a canvas, the mouselisteners for pressed, released, clicked etc all work fine on the filling of the polygon, however not on the stroke (border/outline).
|
| Easy way to run applications? | 16 Mar 2005 23:51 GMT | 5 |
For the past several months, I have been working on a program in Java that has generated a bit of interest. The program must use as little screen real estate as possible. I wrote it as an applet, but an re-writing everything, this time making an application.
|
| servlet server ? (help) | 16 Mar 2005 23:45 GMT | 2 |
what are the various servlet servers available (for respective Web servers) for servlet based programming. is there a standalone servlet server that can host a minimum web server and has servlet engine as well ?
|
| Having trouble with JpopupMenu highliting | 16 Mar 2005 13:45 GMT | 1 |
I'm trying to get a JpopupMenu to work here [1]. The menu comes up easily enough, however the only time the menu item is hilighted, is for a brief moment when the mouse button is released. I was kinda hoping JpopupMenu would magically hilite each item as the
|
| Ant: the file attribute is required | 16 Mar 2005 13:01 GMT | 2 |
package1 task is all wrong, but I can't figure out the error message. what's meant by "the file attribute is required"? D:\> D:\>ant
|
| ant & environmental variables | 16 Mar 2005 10:12 GMT | 2 |
(follow up to microsoft.public.win2000.general) Microsoft Windows 2000 [Version 5.00.2195] (C) Copyright 1985-2000 Microsoft Corp. C:\Documents and Settings\Administrator>ant
|
| java online questions | 16 Mar 2005 00:09 GMT | 2 |
Is there any website for online Java questions with answers. What's the website for java tutorial. Please tell me. Regards,
|
| Confusion about I/O Streams | 15 Mar 2005 21:09 GMT | 4 |
I am trying to write a program that uses a pair of methods from a database API. These are getScratchpad() and setScratchpad(). They are defined as follows: public byte[] getScratchpad() throws Exception
|
| Help Running Java Ap | 15 Mar 2005 21:07 GMT | 3 |
I hope I can post this kind of question here. I'm having trouble running a java ap over the internet but not when connected to the server on the lan. The basic error is class not found. I hope there is a clue to why I can't run this ap over the internet in this trace of the java ...
|
| Chat server, threads | 15 Mar 2005 20:44 GMT | 6 |
I'm trying to write a chat program. I have no problem connecting multiple clients to the chat server and sending/receiving messages from/to individual clients. The part I don't understand is how to get the server to send a message it receives from one client to all connected ...
|