| Thread | Last Post | Replies |
|
| Problem Inserting HTML: tags in a JEditorPane | 01 Aug 2006 00:12 GMT | 1 |
I have a JEditorPane using the HTMLEditorKit. JEditorPane textRegion; ... textRegion = new JEditorPane();
|
| LinkedList newbie | 31 Jul 2006 20:49 GMT | 2 |
Please correct me if I am off the beaten path. I am new to java and I am trying to use LinkedLists. I created a class Transaction as my data storage object. I have a class checkBook that attempts to write create a linkedlist of transactions.
|
| weird error from wsdeploy | 31 Jul 2006 19:11 GMT | 1 |
I've inherited a rather crufty installation of the the Sun Application Server, used to provide a bunch of SOAP services. This is not an up-to-date version of the Application Server. In fact, it is the version that is on the CD that comes with the J2EE tutorial book from Sun. I'm ...
|
| java substitute for a pascal type record needed. | 31 Jul 2006 18:52 GMT | 2 |
In the programming in pascal language, I can configure with a datatype/record written as type TStar = record
|
| final year project | 31 Jul 2006 17:23 GMT | 1 |
i m doing B.E. and now i m in final year and i m searching for my final year project. please suggest me some idea which should be innovative and useful. project can be in jsp , asp or vb.
|
| Head First Servlets and JSP | 31 Jul 2006 13:51 GMT | 6 |
Just got this book today and I typed in the Project1 example. After I fixed the errors by looking at the book's site and reviewing the errata, I still have an error. Has anyone else had issues typing in the examples in the book?
|
| help with code | 31 Jul 2006 12:14 GMT | 4 |
The following is the error. The format is correct but I cannot find the code problem C:\POS407\JavaPrograms\bin>run C:\POS407\JavaPrograms\bin>REM Change directory to the classes directory
|
| Array to subclass | 31 Jul 2006 12:00 GMT | 3 |
I am new to this and i don't understand how to transfer my arrays to a subclass, alter the data and then send it back to the superclass. I don't want to jump right in, I do some manipulating on the arrays in the superclass using several methods. I want to pick the point in the
|
| Copy/Paste Problem in JDialog | 31 Jul 2006 02:21 GMT | 16 |
I am facing problems when I am trying to copy paste from a JDialog. Can anyone help me out here? Problem details : I am making an application/applet which uses a JDialog at a point. I
|
| PHP3 Script not responding | 31 Jul 2006 01:41 GMT | 2 |
PHP3 Script not responding. Yields a blank screen only. exp. <?php $msg = "Sender Name:\t$sender_name\n";
|
| import peculiarities | 30 Jul 2006 21:28 GMT | 6 |
I am an old man trying to learn java from the tutorials. I have had, in the distant past, experience with various languages, and have, for the last few years, been coding perl.
|
| my web host does not support jsp | 30 Jul 2006 18:16 GMT | 5 |
My web host does not support JSP - they do support Perl and PHP How do I let the java applet on the client communicate with the server?
|
| Unsigned byte values | 30 Jul 2006 15:59 GMT | 2 |
I'm writing some code that passes values from a Java program to a C++ program using an output stream. The C++ program requires a UBYTE, which is an unsigned byte (values 0 to 255). Java doesn't have unsigned bytes - only signed bytes (-127 to +127)
|
| JUnit - Getting Started | 30 Jul 2006 12:20 GMT | 1 |
Hi Friends, Don't missout on these articles: JUnit - Getting Started: http://javalive.com/modules/articles/article.php?id=28
|
| uninstall jdk | 30 Jul 2006 04:18 GMT | 2 |
I forgot the password for the keytool. If I uninstall and reinstall the JDK will the password be reset? thanks, Thufir
|