| Thread | Last Post | Replies |
|
| [Variable]Stupid question on Type declaration | 27 Dec 2006 23:37 GMT | 8 |
I have a stupid question ; does it matter to use in a method : this : (a) ..........
|
| Syntax checker | 27 Dec 2006 17:18 GMT | 5 |
Have an interesting problem. Hope someone can help me out. I have a GUI where the end user enters some formula, mostly price calculations. Also they can enter conditions like IF(a>b) THEN a=10 ELSE a=20. I have to check whether the syntax is
|
| Oppurtunity for New H1B visa Sponsorship | 27 Dec 2006 15:55 GMT | 1 |
We are pleased to inform all with an exciting opportunity from ITOffers Inc. an eight years old IT services company with extremely talented information technology professionals having experience in a wide range of skills.
|
| Getting Java to work | 27 Dec 2006 01:34 GMT | 1 |
Folks, I am having some trouble with getting Java applets to work. For example I do a lot of weather research using The National Weather Service web site as well as Intellicast, WeatherUnderGround, and Weather.com.
|
| How to run Java program outside of terminal? | 27 Dec 2006 01:22 GMT | 2 |
I have a java program that has compiled and I have a game.java file. This runs fine by entering manually into the terminal and running it that way. However is there a way to execute it by just double clicking it to open the java program?
|
| [List]Update of a List in a method | 25 Dec 2006 17:32 GMT | 2 |
I want to update a list transmitted as an argument and returned by the following method: What is wrong public ArrayList<String> upDateExistingIndiPathClassNameValuesList(Indi
|
| Saving web pages from a java app | 25 Dec 2006 11:41 GMT | 2 |
I was wondering if there was any way to save the web page currently active (in firefox lets say) at a certain location using a java app. For example from the command line, i want to be able to just say "SavePage.exe -d:\temp\JavaTut" and I want it to automatically save the
|
| starting java | 24 Dec 2006 20:32 GMT | 7 |
There is no problem to start an application on windows (at least for me). How do you start an appication on Unix and on Mac? Is ther few lines of code I can get like it is on windows? I have a friend who has a Mac. I sent her an application but her Mac does
|
| request focus not focusing | 23 Dec 2006 09:02 GMT | 1 |
I have a JApplet class and an extended JPanel. I add the JPanel to the JApplet when the JApplet gets to its constructor. It is inside this method, after I add the component, that I call JPanel.JTextField.requestFocus(). And it does nothing. I put a
|
| StringTokenizer in 1.6 | 22 Dec 2006 19:13 GMT | 4 |
Just tried to run a program that uses StringTokenizer in JDK 1.6.0 but it fails with NoSuchElementException and Unknown Source for nextToken(). I can get around it by using string.split(). Exception in thread "main" java.util.NoSuchElementException
|
| Node/Tree Data Structure Needed | 22 Dec 2006 07:34 GMT | 2 |
I'm looking for a data type that will store a group of x,y Point objects. It's a series of nodes, which in the end is the same as a branching tree structure. The first point could have perhaps 4 destination points - so the first point must be classified as the parent of those 4 ...
|
| Setting a default cell editor based on the column type | 21 Dec 2006 21:53 GMT | 2 |
OK. I have a tabbed form. Each tab has a (different) table on it. Each table is based on a .CSV file.
|
| Class hierarchy uncertainty | 21 Dec 2006 17:05 GMT | 7 |
I'm having a bit of trouble working out a correct hierarchy for my Java classes. Let's say simply my program is for crate construction for customers. It works out which type of crate (out of 6 possible types) would be best
|
| recommend an advanced java book | 21 Dec 2006 16:04 GMT | 1 |
i'm not that new to java because i know all the concepts and all but i have reached a point where i need to move forward, so i feel i need a good book -a bit advanced not too much- to progress. I don't have my mind set on a specific aspect of java , i know java is
|
| Efficient Data Type Needed | 20 Dec 2006 12:58 GMT | 4 |
This is different from my last question. I need a data type that can store a bunch of values for a map made up of x, y coordinates. However, I don't want to store a value for *every* point on the map. For example, most of the map will be grey, but perhaps the point at x=23 and ...
|