Angela Jessi

Ranch Hand
+ Follow
since Nov 27, 2000
Merit badge: grant badges
For More
Cows and Likes
Cows
Total received
0
In last 30 days
0
Total given
0
Likes
Total received
0
Received in last 30 days
0
Total given
0
Given in last 30 days
0
Forums and Threads
Scavenger Hunt
expand Ranch Hand Scavenger Hunt
expand Greenhorn Scavenger Hunt

Recent posts by Angela Jessi

Hi,
I have code in HTML as follows:
<html>
<head>
<title>Main Page</title>
</head>
<body>
<img src="logo4.gif">
<br><a href="main.htm"><img src="about.gif"></a></br>
<br><a href="main.htm"><img src="help.gif"></a></br>
<br><a href="main.htm"><img src="logo2.gif"></a></br>
<br><a href="main.htm"><img src="sglobe.jpg"></br>
<br><a href="main.htm"><img border="1" src="mainu.gif"></a></br>
<br><a href= "pstatus.htm"><img src="pstatus.gif"></a></br>
<br><a href="scan.htm"><img src="scan.gif"></a></br>
<br><a href="network.htm"><img src="network.gif"></a></br>
<br><a href="psetup.htm"><img src="psetup.gif"></a></br>
</body>
</html>
I can display all images except pstatus.gif, scan.gif and network.gif on Mac 9 japanese machine.
I don't why I can't display???
Thanks,
Angela
Yes, I am getting this message
applet did not shutdown in 30 secs--killing it? in Netscape 4.04.
I have HTML with five buttons, When user clicks on one button to another button, I used the same applet. Only the differnce is that when user click on one button to another button, applet close and start again. In this phenomenon, Browser doesn't call destroy method of an applet....
What is the solution of it?
Thanks,
Angela
22 years ago
Hi,
When I try to install Netscape 6.0/6.1/6.2, it is asking to download java plugins???
Why???
Thanks,
Angela
22 years ago
How to hide the error default dialog box in javascript? So user can not see dialog boxes...
Thanks
Angela
Abhinav,
Thanks a lot for your information.But in this solution is there anything client has to do regarding policy tool when he will use our product?
Thanks
Angela
22 years ago
Thanks,
I don't want to close browser.
Is there any other way???
Thanks
Angela
22 years ago
I am using Textpad compiler for java. Is there any other good compiler for Java(For JDK 1.1.7 and Jdk1.3)?
Thanks,
Angela
22 years ago
I want to know how to kill an applet besides using stop and destroy method of an applet?
Thanks
Angela
22 years ago
Hi,
Is it possible to have image click event with the use of JDK1.1.7B? Like they have button click or mouse click for the buttons.
Is anybody has demo simple applet or code?
Thanks
Angela
22 years ago
I have html page in which i am passing some text to an applet. I want to know that to display kanji characters, do I have to pass Unicode characters or I have to do something else?
Thanks
Angela
Hi,
Is there any method in Applet or in java, when I click Button or do some events, it should open new Browser window?

Thanks
Angela
22 years ago
Hi,
I am using JDk1.1.7B. It is running fine on almost all browsers and different OS system.But sometimes on Opera Browser or Netscape 4.08, it is giving this error when I click the button:
java.lang.NullPointerException
at k_main.action
at java/awt/Component.handleEvent(Component.java)
at java/awt/Component.postEvent(Component.java)
at java/awt/Component.dispatchEventImpl(Component.java)
at java/awt/Component.dispatchEvent(Component.java)
at java/awt/EventDispatchThread.run(EventDispatchThread.java)
Please let me know what should I do?
Thanks
Angela
22 years ago
Hi,
I have project in which I have different buttons on HTML. When user clicks on any button it will call same applet with different parameters to display different GUI's. It is working fine with IE. But in Netscape 4.7 when I click on any button on HTML it will call an applet. After that if I click on other button it will call same applet with different parameter values from HTML.BUT I SAW IN JAVA CONSOLE THAT IT DOESN'T KILL THE PREVIOUS APPLET. So ultimately, if click that five buttons one by one, Resource free memory goes down. HOW I CAN KILL APPLET IN THIS PARTICULAR NETSCAPE OR THIS KIND OF BROWSERS???
P.S.: I am using Stop and Destroy method. In Stop I closed socket. And In Destroy I don't do anything.
Thanks,
Angela
22 years ago
Hi,
I have so many textboxes, labels in my applet. When I run an applet and do scroll up and down, looks like applet repaint is not fast so all text boxes merged or overlap with each other while scroll up & down.
Thanks,
Angela
22 years ago