Computer Problems? Computing.Net has over 1,000,000 posts about all things technology related! Over 90% answered within 24 hours! Click here to start participating now! Also, be sure to check out the New User Guide.
Programming in java
Name: y2jtalukder Date: May 8, 2004 at 16:10:55 Pacific OS: Windows 98se CPU/Ram: N/A
Comment:
Im trying to write an applet that has a button, that when clicked upon opens a web page, but it has to be an ".html" page rather than an internet page (.com etc). I can only find "URL" class in the docs, which serves the second purpose rather than my purpose. Can anyone help?
Name: Mark Long Date: May 10, 2004 at 15:36:38 Pacific
Reply:
#
Could this help:
# Java Perk is a Windows-based application that serves as a front-end for using Java applets. Depending on which Java applet you wish to use, you simply input properties for that particular applet into Java Perk and it will produce the HTML parameters to control that particular applet. Download available here.
Summary: I'm writing a program in java to show a phone list. the only things needed are names and numbers. I've got the frame created and two panels, one to show the list, and another to add or remove number...
Summary: I personally favor command line programs (I suppose that's the Unix in me)... although GUIs are excellent. To develop GUIs using Java, you need to look into the Abstract Windowing Toolkit package (jav...
Summary: Hello, I'm trying to write a program in JAVA, to calculate the number of integer values entered as a string by the user and work out the average of numbers. The final output should display the numbers...