I solved the problem, it was a bug (assignment of variables from different kinds). Strange thing was that it works inside netbeans, but not as a...
(Java runtime / compiler execute difference) I have made a little Java program (NetBeans). When I RUN the builded RUNTIME version...
Hello ! I have done this now: ----------- DataStorage.java --- start --- package mytest; public class DataStorage { public double m1,m2;...
Thank you all, this works ;-) BUT: what if I want to re-use the main class (for example, multiple calls to open a specific class which opens a...
Ok, but I would like to have the datablock private, not public. So, it would be nice if I could get the datablock in a 3th class, ofcourse...
Ok, great ;-) But now I want to use this same datablok-variable in a 3th file, how can I do that ? Thanks for your help !!!
Hello ! I need some help with the following: I have 2 java-files (classes), in the 1st one I want to declare a class with some variables. These...
Separate names with a comma.