| Thread | Last Post | Replies |
|
| A bit Off-Topic | 18 Dec 2004 18:22 GMT | 1 |
When I drag a small window in front of my java editor (eg. a text document containing some code) it could be nice if it did not disappear (moved to the backround) when I typed something or used the mouse in my java editor. Does someone know if this is possible? I use WinXP. I know ...
|
| Can't see the applet | 18 Dec 2004 17:25 GMT | 2 |
I found the following example of an applet in a Java Book where they show a picture of the applet when you run it. But there is no main method or panels...what is needed to make it run correctly? import java.applet.Applet;
|
| How to enable the JIT? | 18 Dec 2004 14:48 GMT | 1 |
Does the JVM of J2sdk1.5.0 support JIT? If it does, how to enable it? If not ,how to get a JVM that supports JIT?
|
| SAVE PROBLEM IN HTML EDITOR | 18 Dec 2004 13:04 GMT | 2 |
hye all, i am making an html editor.i align text images and table text in middle. but when i save this document and reopen this document all the text
|
| I need help with errors | 18 Dec 2004 05:40 GMT | 4 |
I am getting error messages can anyone help me??? Here are the messages and my program is below it. C:\My Documents\CS151\CircleSolutionDriver.java:18: cannot resolve symbol symbol : class Circle
|
| Reading HTML contents from the server | 18 Dec 2004 05:35 GMT | 3 |
Is this possible 1. Create a table in HTML 2. Through javascript add and delete items to the table (have already done this)
|
| Unsigned Long type | 17 Dec 2004 22:36 GMT | 3 |
I am trying to read a binary file generated by a C++ program that stores a sequence of unsigned long numbers. Unsigned long numbers are 4 bytes long. I am writing a Java program to read the file. How do I represent 4 bytes of data as a long value in Java? Since Java uses 16
|
| which container class to use? | 17 Dec 2004 20:20 GMT | 1 |
I have a data base of objects the implement Comaparable. Generally the data base will only grow and be searched, but it is possible that items will be removed. The object has an integer id field, which I would like to have the
|
| odd ip address enumeration problem | 17 Dec 2004 19:43 GMT | 1 |
Using the standard enumeration code everyone refers to. I've run into a problem where, as an applet, works fine in eclipse ide, yet when run from web browser, the second enumeration statements only get run for the first interface and not the others.
|
| Reusing Object/Variables - Question of Style | 17 Dec 2004 19:30 GMT | 3 |
I had very little formal training (a 1 credit hour class in Fortran, 1 regular class VAX 11/780 Assembler), before teaching myself languages I needed. I did most of my programming in 6502 Assembler and was taught (by the few people that helped me) to be careful with my use of ...
|
| opening new windows | 17 Dec 2004 16:53 GMT | 4 |
Whenever I click to open a sub-window (such as "click here to see larger picture"), I have to hold down the Control button for the new window to open. Can anyone tell me why? Is there a setting I need to change? Thanks for any help.
|
| can application convert to applete? | 17 Dec 2004 15:55 GMT | 2 |
if i write a java applicaton , can i use some software to convert it into applete,let the program can run in browser? thanks!
|
| Java metrics tool for both Ant and Eclipse | 17 Dec 2004 15:23 GMT | 1 |
I am looking for a free/open source java metrics tool that works as AntTask as well as Eclipse plugin. Any hints. //Mikael
|
| Formatting java source code | 17 Dec 2004 14:25 GMT | 2 |
I am trying to get a source code formatter. What i am precisely looking for is something like a command line utility which converts/ formats all java files under one directory. JALOPY has some formatting stuff but is anyone aware of / can point to me to some location where we can ...
|
| Sub-class assignment and confusion!! | 17 Dec 2004 13:00 GMT | 4 |
I am currently working on a small piece of work for University.. However I am very confused as to how the program should be built up.. http://sucs.org/~rollercow/cs-214-cw2-1.png Is the assignment..
|