Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. StanSteve

    error message" cookie properties undefined"?

    Dear Javascript People, I have an error message "cookie properties undefined" how to correct this? Stan dominskis@aol.com
  2. StanSteve

    How do I activate Microsoft's Script debugger in ME ?

    <b>After downloading Microsoft's Script Debugger I am told the line number where an error occurs but no stack window, no breakpoints no icons etc.....I have windows ME. how do I get all the functionality that is a part of the debugger? thank you for your advice :) Stan</b>
  3. StanSteve

    component specific listeners don't work !

    [b] Thank you PipK ! , I will try MyClass implements ActionListener :-) Stan [/b[
  4. StanSteve

    How do I run an applet?

    Dear PipK, I asked about doing an applet and you said &quot; you don't say whether or not you actually ran the converter over the html page . You did convert the html page didn't you ? &quot; I must confess I don't know what you mean here at all. Java is very new to me. I do appreciate your...
  5. StanSteve

    component specific listeners don't work !

    Dear Java Friend, I am attempting to define small classes to be separate component specific listeners. But this short program has two error messages. &quot;illegal start of expression&quot; public void actionPerformed(ActionEvent ae) and &quot;malformed expression&quot; ActionListener al =...
  6. StanSteve

    How do I run an applet?

    Dear Java Friend, In trying to run an applet... I downloaded the html converter and opened it from Windows Explorer. It asked &quot;Where would you like to install&quot;? I stored it in JBuilder4 It said &quot;choose a java virtual machine&quot; I chose C:\jdk1.3.1\bin\java.exe When I double...
  7. StanSteve

    How do I execute an applet ?

    Dear Java Friends, In trying to run applets... I downloaded the html converter and opened it from Windows Explorer. It asked &quot;Where would you like to install ?&quot; I stored it in JBuilder4. It said &quot;choose a java virtual machine&quot; I chose C:\jdk1.3.1/bin/java.exe When I double...
  8. StanSteve

    [color purple] Dear Java Friend

    Dear Java Friend, In my attempts to understand the GridBagLayout layout manager I ran a program but the error message said &quot;method GridBagLayoutTester not found in class GridBagLayoutTester&quot;. here is the part where the error occurs public static void main(String[] args) {...
  9. StanSteve

    How to correct &quot;method not found in class&quot; error !

    [b][COLOR=purple] Dear Java Friend, In my attempts to understand the GridBagLayout layout manager, I attempted to run a program but the error message says &quot;GridBagLayoutTester method not found in class stan_GridBagLayoutTester.&quot; It is the only line of code in the main program where...
  10. StanSteve

    Why won't applets run on my system?

    In an attempt to run applets on my Windows ME computer, I downloaded the html converter from Sun Microsystems and unzipped it and installed in on my computer. But when I try to execute an applet from JBuilder4 it says &quot;could not find the main program. program will exit&quot; What to do ...
  11. StanSteve

    why does it say &quot;selected project doesn't exist&quot;?

    I have run about 40 programs in JBuilder. But if I go back and try to rerun a particular program, if it is not found under &quot;Window&quot; on the menu bar, I have to go to Open Project. When I type in a project name &quot;forexample.jpr&quot; it always says &quot;project does not exist&quot...
  12. StanSteve

    How do I correct &quot;java.compiler is ignored&quot; error ?

    I tried to run a short program to create a combo box and the error message said: Java HotSpot(TM) Client VM warning: Setting of property &quot;java.compiler&quot; is ignored.. What to do ? Your advice is appreciated. Stan :-)
  13. StanSteve

    How do I correct &quot;java.compiler is ignored&quot; error ?

    I tried to run a short program that creates a combo box, and the error message said &quot;Java HotSpot(TM) Client VM warning: Setting of property &quot;java.compiler is ignored&quot; What to do ? Your advice is appreciated Stan :-)
  14. StanSteve

    How do I use JEditorPane to display a webpage in my app ?

    Adding the below code to my application results in an error message &quot;Unknown Host Exception &quot;. Supposedly JEditorPane can be used to display a web page within the application. what to do ? Stan :-) dominskis@aol.com . . . JEditorPane myEp = new JEditorPane()...
  15. StanSteve

    How do I execute an applet in JBuilder4 ?

    I am trying to run Java Applets using swing components, so I downloaded the html converter from the Sun web site. Please tell me what does it mean to convert the html page ? I don't have a clue what to do ! Thanks :-) StanSteve Dominskis@aol.com
  16. StanSteve

    How do I execute an applet in JBuilder4 ?

    Hello Java JBuilder friend, I created two simple files TryApplet.java and TryApplet.html to execute an Applet. but when I attempt to run it in JBuilder4 if I right click on the TryApplet.html name and click on &quot;run&quot; I get an output window which says in the title bar &quot;Apple...

Part and Inventory Search

Back
Top