Advertisement

1 - 10 of 134 containing alltags:("instantiate") (0 seconds)
I'm running JDK1.2 and I have created a class that extends JFrame. This class contains my main in aswell. Problems occur when I try and instantiate the class in another class, i.e private GUI...
Zones: JavaDate Answered: 11/06/2000 Grade: B Views: 0
I am new to JAVA/JSP/BEANS. I don't understand why this error keeps coming back.  I am working through this example from the book and can't find an error since it is the books code. ****Counter....
Zones: Java, New To Java, Sun Ja...Date Answered: 06/11/2002 Grade: B Views: 4
For an Active-X DLL written in VB. I want to do what the object browser does in the IDE from a program. I want to be able to see the names of all the classes and public variables and other items de...
Zones: Visual Basic, Microsoft ProgrammingDate Answered: 01/05/2002 Grade: A Views: 0
Hi, i found it takes long time to diaplay subdirectories and files after i click a directory. it usually takes at least 8 seconds. and it came to my awareness that on the bottom of my IE, it read ...
Zones: Windows 2000Date Answered: 09/19/2002 Grade: A Views: 0
I need to find a way to use strings to determine which child class to instantiate. For example I have a base class Event and child Classes LightOn, FanOn, WaterOn etc... I will set a string to a ...
Zones: JavaDate Answered: 04/03/2003 Grade: A Views: 0
I have an abstract class and have a static method in the class. Now, if this method is called through any subclass, I would need to know the class through which it was called, so that I can inst...
Zones: JavaDate Answered: 08/03/2003 Grade: C Views: 0
This is the answer from the browser when I run my applet with Internet Explorer 4.0. When I run it with Internet Explorer 3.0.2, the answer is : Exception : java.lang NullPointerException. What met...
Zones: JavaDate Answered: 06/26/1998 Grade: A Views: 0
in my program the button in an applet of an purchase order to generate another applet which is a preview of the purchase order
Zones: JavaDate Answered: 11/05/2003 Grade: A Views: 0
I am trying to initialize 2 orbs within the same persistent server.  One orb communicates with a remote server and uses visibroker.  The other orb is for the persistent server for the local clients...
Zones: JavaDate Answered: 06/06/2002 Grade: A Views: 0
This is what i did in my application Context context = new InitialContext();       Object homeObject =context.lookup("java:comp/env/MySessionEJB1");       MySessionEJBHome home =(MySessionEJBH...
Zones: JSPDate Answered: 12/18/2003 Grade: A Views: 4