Compaq Presario M2000 Notebook Logo

Related Topics:

Posted on Mar 14, 2008

Java code for frames

Hello i need the java code for frames in applets

  • vasanthpsv Mar 14, 2008

    it should be run any platform!

×

1 Answer

A

Anonymous

Sir,
i click on c drive with double click pc ask open with what reasons

Add Your Answer

×

Uploading: 0%

my-video-file.mp4

Complete. Click "Add" to insert your video. Add

×

Loading...
Loading...

Related Questions:

0helpful
1answer
0helpful
1answer

Hello sir, How do we link a java applet code to an oracle database..

The java applet code can only communicate with the server the applet was loaded from (unless it is signed and trusted by the browser).

Then, you need one of the following : Either
*) Your database server will need to be the same as your web server (and open to the world). This is not recommended at all, for security reasons mainly, but also performance reasons.
*) You will need some server side scripts (php and/or cgi) to handle specific requests from the applet and send the information back. (Give some thought to the fact that people might access these scripts without the applet, and will be able to see all the communication between applet and script)

Is there a specific reason for using an applet, rather than javascript/AJAX ? I ask because more browsers support the latter than the former.
1helpful
1answer

How to program calculator in java

Hello,
If the question is : how to make a programmable calculator run a program written in Java, the amswer is : you cannot. Maybe the newer ones.

But if you are looking for the source code of a Java applet that simulates a calculator, then maybe you should launch a Google search with keywords Java calculator and see what you get. I do not want to spoil your fun by supplying a link to what my search returned.
Hope it helps.
0helpful
1answer

Java code needed

check these websites:
www.java2s.com/
www.sun.com/software/opensource/java/
www.planet-source-code.com/
www.freejavaguide.com/javasource.htm
www.javadb.com/

Good luck
0helpful
1answer

Applets in java

I recomend you reading Sun's Java tutorials here:
http://java.sun.com/docs/books/tutorial

Specially the Swing one:
http://java.sun.com/docs/books/tutorial/ui/index.html

1helpful
1answer

Unable to View Java Applet

"load: class JFI.class not found."
Based on the console output, it means that it cannot find the java applet class. In other words, the applet is missing on the server side. There is nothing that you can do about it, unless you know the person who created the applet. Good luck :)
0helpful
1answer

Student library record






Import java.awt;
Import java.applet;
class Book extends Applet
{ String book name="Handbook";
int Book no=50;
int d.o.s=” ”;}
Type ur required body content here.
}
public static void main(String args[])

{
}

/*<applet code=”book” height=500 width=500 ></applet>
this appears to go beyond the scope of troubleshooting



















0helpful
1answer

To create window using java codes

What you need is FrameDemo by Java which allows you to create Frames (or windows) using Java. Get it here:

http://java.sun.com/docs/books/tutorial/uiswing/components/frame.html
2helpful
3answers

Java mini projects

Normaly using Searching Result moduls develop by OS

in this concept by using the own coding in JAVA Applet Programming with Swing using.
Not finding what you are looking for?

47 views

Ask a Question

Usually answered in minutes!

Top Compaq Computers & Internet Experts

Sudeep Chatterjee
Sudeep Chatterjee

Level 3 Expert

3269 Answers

Grand Canyon Tech
Grand Canyon Tech

Level 3 Expert

3869 Answers

Frank Fernandez

Level 3 Expert

791 Answers

Are you a Compaq Computer and Internet Expert? Answer questions, earn points and help others

Answer questions

Manuals & User Guides

Loading...