

I got a request from someone that asked me to create an applet that can be used as a quiz, well since I had a bit of time today I went ahead and coded it for him. The questions will be randomized every time you run the applet but as of now I’ve only made 5 questions so the application picks the first 5 questions available. I’ll see if I can upload a demo somewhere to show you how it works but the applet needs a java.policy file that doesn’t run in a browser so i’ll see if i can manage to create a self signed java applet.
/* AUTOMATICALLY GENERATED ON Tue Apr 16 17:20:59 EDT 2002*/
/* DO NOT EDIT */grant {
permission java.security.AllPermission;
};
Screenshot(s):


What do you think about it? Comments/suggestions are welcome!
More »


Someone asked me to write an application that:
• Use an array to store the data for the different brands.
• Must have 4 additional index positions available for data entry so that I may be able to add
• Must ensure that PR or Plain Wrap is not duplicated in data entry
• Cannot use scanner
• You may choose to use 2 dimensional array (one class needed) or object of array(two classes needed)Output:
• You will need to display the plain wrap number chosen and the corresponding Brands for that particular part.
So here it is:


This is a demo I wrote earlier today to show you how you can write captcha software with Java. The application is really basic and currently only supports numbers but the code can be modified easily to support text. I’ll probably add this features later when i have the time to code it. Until then, here’s the JCaptcha code that works with numbers:
More Options ...

Categories
Tag Cloud
Blog RSS
Comments RSS


Void (Default)
Life
Earth
Wind
Water
Fire
Lightweight