| Thread | Last Post | Replies |
|
| compiler oddity with switch/case & enum ... | 16 Dec 2005 21:53 GMT | 9 |
I program in C for work (mostly embedded) and over time I adopted placing parenthesis around case statement constants to make them easier to read in the days before nice editors with syntax coloring (that is, "case (...):", where "..." represents the constant). Anyway, I also ...
|
| Applet Problems - Works in appletviewer but not ie | 16 Dec 2005 21:47 GMT | 2 |
I finished the applet and everything works in using the applet viewer. When I open the htm file that opens the java class, everything works until I get to my high scores screen. when I click that button, It reads from a file and sorts out the high scores and then compares to
|
| how does one _use_ JToggleButton.ToggleButtonModel's getGroup() ??? | 16 Dec 2005 21:45 GMT | 6 |
I want to ask a checkbox into what ButtonGroup (subclass) I've placed it, later where that information is N*N to recover. DefaultButtonModel has a getGroup() method, inherited
|
| Java code Question | 16 Dec 2005 21:38 GMT | 20 |
I have to do this assignment: Write a program that reads a social security number written as contiguous digits (for instance, 509435456), uses the charAt method to obtain each character and then prints each digit on a separate line followed by a colon
|
| "HH:mm:ss" string to long ? | 16 Dec 2005 18:44 GMT | 5 |
I have a timestamp in HH:mm:ss format, in a String object, that I'd like to covert to a long. The long would represent seconds past Epoch. I'm thinking I'd have to include the month-day-year unless there's
|
| webservice issue | 16 Dec 2005 04:31 GMT | 1 |
Firstly I am new to Webservices and now I have an issue which I am not able to solve. This is how it goes: I have a webservice which returns me a token. Then I have another service which returns me some values. This webservice requires this
|
| how can I process a form based application multiple times without opening socket connection> | 16 Dec 2005 04:21 GMT | 1 |
Consider the following application Front end form - A -B - C - Results.jsp Now ABC are all processing stages. The above app works fine when someone submits an input from the
|
| a for loop stops before it reaches the end. | 16 Dec 2005 04:08 GMT | 8 |
Below is the snippet from my code. I have an "antList" of size ten. I am trying to develop sorting algorithm, but the algorithm stops after 7 cycles. So my output is just the list of the Ants from the top down to 7th position. If I change the "list.size" in the first for loop ...
|
| write a simple protocol in java | 16 Dec 2005 01:02 GMT | 1 |
I will send data from a client to a server and the server will make a calculation and return the result to the client. To make communication work between client/server I thought I would write a common Protocol class ( just a
|
| Servlet File Downlading | 15 Dec 2005 18:45 GMT | 5 |
I have an issue with sending a file to a user. My setup is as follows: I have a servlet that users can use to browse for files. Once they select a file to download, the servlet calls a java class file: "get_file.class" that GETS a file from a remote storage. Right now,
|
| Username String suggestion | 15 Dec 2005 00:23 GMT | 6 |
I'm doing Java excercises in University. Part of a program I am working on requires me to input a both a surname and forename together and have the program output the forename name only. e.g:
|
| IE cannot open MS Office files over SSL connection, no problem in Firefox | 14 Dec 2005 22:56 GMT | 1 |
I have an odd issue, not sure which group to post it in since it involves IE, Word Documents, Apache, Tomcat etc, but here goes... I have a secured web environment running Apache 1.3.33 and Tomcat 5.5.9 on a RedHat Linux server. On one page of our java application, we have
|
| How to generate javadoc documentation only for Interfaces | 14 Dec 2005 21:17 GMT | 1 |
I need to generate javadoc documentation for my project, but not for all of my classes - only for Interfaces. Do you know if there is any command I could use to solve my problem?
|
| Storing into Arrays reading from .txt file (Streamtokenizer) help... | 14 Dec 2005 20:17 GMT | 1 |
I want to read from a file called scores.txt this is all it contains Kevin 10 Jack 05 I want to store them into 2 arrays (name array and score array).
|
| Technical Overview of xProcess | 14 Dec 2005 17:00 GMT | 4 |
Folks: I facilitate the Java Users Group sponsored by ACGNJ. We meet on the second Tuesday of every month at the Scotch Plains Rescue Squad in Scotch Plains, New Jersey. The next meeting is scheduled for December
|