answersLogoWhite

0

import javax.swing.JOptionPane;

public static void main (String[]args){

User Avatar

Wiki User

12y ago

What else can I help you with?

Related Questions

How do you create a login page by using swing in Java?

In order to create a log in page using swing in Java one must write programming code. The code to do this is about two pages long. If one is not familiar with programming code, it would be best to hire a programmer to do this.


How do you create master page in jsp?

how to create a master page in java


How do you make login page with java in frame?

To create a login page in Java using a JFrame, you can utilize the Swing library. First, create a new JFrame and set its layout to a suitable manager, like GridLayout or FlowLayout. Add components such as JTextFields for username and password, JLabels for prompts, and a JButton for submission. Implement an ActionListener for the button to handle the login logic, validating user input accordingly.


How do you create our own page by using HTML page structure?

You can create your HTML page easily by using tags. Tags are the elements by writing them, you can create your views.


Advantages and disadvantages of using Java on the Internet?

Java scripts can create some features on web pages that cannot be created in other ways. However, many people run their computers with Java disabled, so the features won't be seen anyway. Many people resent Java used on web sites because it slows computer performance and web page loading.


How can add java code to java server page?

Scriplet.


Is java is front end or back end?

Backend = software running on a server connecting to databases, mainframes, or simply just doing stuff. Frontend = the part a user interacts with. It might be an applet, web page, Swing application, or just about anything that can communicate with the backend.


Why net is need when have java?

Java (from Sun) is a programming language that is interpreted in bytecode using a virtual interface, it sounds complicated and it is more complicated than simply using HTML to display a page, and it is also much slower.


How to design webpage using java script?

JavaScript is not very useful in web page design, JavaScript is used more for page functionality. For web page design; look up CSS.


How do you make a fan page?

To create a fan page, just log-in to your personal facebook account and visit any fan page you like and at the bottom part of that fan page you can see link there "Create a fan page" just click that and you can create your own page. Fill up all the necessary information and you can customize a landing page using HTML and iframes.


How to make a fan page on facebook?

Hi, to create a fan page, just log-in to your personal facebook account and visit any fan page you like and at the bottom part of that fan page you can see link there "Create a fan page" just click that and you can create your own page. Fill up all the necessary information and you can customize a landing page using HTML and iframes. Goodluck! Hope this helps!


What is an important difference between writing a Java application and a Java applet?

A Java applet is embedded within a web page, while a Java application will run directly on your computer.