• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

Sahir Shah's Tester

 
Greenhorn
Posts: 22
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hello
I tried to use applet, but when the applet started i can see the lower half part, which contain answers and upper part(which i think) has questions is blank. Even if i click the finish and try to review the questions a blank frame comes. so i am not able to use it. Is there is some problem in tester?
bye
Swati
 
Ranch Hand
Posts: 158
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator

Swati,
This may be a browser related problem. I have not tested this for compatibility with Netscape. Some of the classes used in the applet may not be found in Netscape's VM. If you try it with IE it should work fine.
Rgds
Sahir
http://www.geocities.com/sahirshah/
 
Swati Jambhale
Greenhorn
Posts: 22
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hello
Thanx for your reply. I am using IE4.0 , I don't know what is the problem. I can see the answer part. Is there is any other way to use this tester?
Swati
 
Sahir Shah
Ranch Hand
Posts: 158
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator

Swati,
Once I finish updating the textfiles that contain the questions and explanations I shall put the standalone version up for download. Since that is an executable jar file it will use the VM that came with your JDK.
If you open the Java Console(open View & Java Console in the menubar of your browser) you can see the dump from the VM. It will show you a series of ClassNotFoundExceptions. This is because the older browsers dont have most of the classes that you use in JDK1.2 or higher.
I shall have the standalone version ready in a couple of days.
Rgds
Sahir
 
Swati Jambhale
Greenhorn
Posts: 22
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hello
In Java Console message is
"BorderLayout: cannot add to layout: unknown constraint: null"
I am waiting for your standalone program. Thanx for your replies.
Swati
bye
 
ice is for people that are not already cool. Chill with this tiny ad:
a bit of art, as a gift, the permaculture playing cards
https://gardener-gift.com
reply
    Bookmark Topic Watch Topic
  • New Topic