| Thread | Last Post | Replies |
|
| Possible Loss Of Precision?? | 30 May 2004 01:54 GMT | 30 |
I got this error when writing a method. Here's the code... public int getPrice(){ return price;
|
| Tabbed Pane problem | 29 May 2004 18:35 GMT | 3 |
Okay I've spent the last 3hrs trying to figure out why my tabbed panes are acting strangely, but have had no luck. So hope someone here can help me out. Basically i have a class that produces my window,meubar, etc.. this class
|
| freeing resources allocated in a static bloc initilaisation of a class ? | 29 May 2004 18:32 GMT | 3 |
I hava a class in wich I initialize a resource like this: class Dummy { static GlobalRessourceClass myGlobalRes; {
|
| Reducing casting by using toString() | 29 May 2004 14:08 GMT | 7 |
Is it possible to reduce casting by toString() method? eg. *VendingMachine class uses ItemType class* public class VendingMachine{ public VendingMachine{ }
|
| JApplet problem: IllegalAccessException | 29 May 2004 03:15 GMT | 1 |
I am receiving the following error when trying to load an applet. IllegalAccessException: Class sun.applet.AppletPanel can not access a member of class TempConvert with modifiers "" I have SDK/JRE 1.4.0 installed, and I am using Windows XP Professional.
|
| midlet to sl45i needed > beep before impulse | 29 May 2004 01:33 GMT | 1 |
Hey, I want to ask if someone could be so kind and writte for me java midlet to siemens sl45i which give short beep tone 10 second before next impulse when I am speaking when I am speaking
|
| Paranoid sandbox by way of ClassLoader - viability | 28 May 2004 22:02 GMT | 1 |
Here is my goal: to jail (i.e. put in a sandbox) a .class code's running completely from access to all other classes JVM could possible load, except java.lang.Object (which I suppose is the basic minimal). I have written a code to do that by way of ClassLoader. Before proceeding to
|
| How to add a button next to title at the JTabbedPane | 28 May 2004 15:11 GMT | 2 |
I want to add a small button next to the title of each tabbed pane and receive user's mouse click event at the small button. And finally, the selected pane will be removed. How to add other object, button, into Title part of JTabbedPane ?
|
| Generics code won't compile | 28 May 2004 15:05 GMT | 2 |
I'm trying to compile a simple Node class using Generics, but it won't compile. I'm using Sun JDK 1.5.0 beta 1 on GNU/Linux (Gentoo Linux). This is my code: package datastructures;
|
| Monitoring typing in JTextField | 28 May 2004 11:37 GMT | 4 |
I want to run a piece of code everytime the text in a JTextField changes. I have managed to detect a key press by adding a KeyListener, but if i call textField.getText(), it returns the previous value. How do I get the new text that will be there after this new keystroke is ...
|
| intro to java student question, vector loop | 28 May 2004 06:58 GMT | 2 |
Hello, I'm looking for help with a certain part of a program where the program reads integers from a file into a vector, and then prints out the sorted list of integers. I'm trying to make the loop that checks to see if the vector is empty
|
| Help w/ problem | 27 May 2004 22:25 GMT | 4 |
Hi guys, my first post here so dont yell, heh. I am trying to make a trivia program of sorts, but for this I need help with my class that inputs data from files. I need to set up two String arrays to hold the answer and questions, which are read in
|
| JAI installation | 27 May 2004 14:59 GMT | 1 |
I have tried to install the Java Advanced Imaging jdk - which seemed to install successfully (without errors). Do I have to install the jre aswell ? Windows 98 installation.
|
| events and custom JTable cells | 27 May 2004 14:51 GMT | 1 |
I have a JTable in which one column consists of a custom component which has the ability to handle mosue events (rotate a molecule). I have set up the table to display the custom component - but when I try and rotate the molecule nothing happens. I realzie that events are not
|
| Anyone know any good jsp/ java webhosts ? | 27 May 2004 14:36 GMT | 2 |
Anyone know any good jsp/ java webhosts ? regards Jim
|