answersLogoWhite

0

You really don't want to do that. Swing is for desktop applications. If you want to create a website, use Java Server Faces or Applets, not Swing.

User Avatar

Wiki User

12y ago

What else can I help you with?

Continue Learning about Engineering

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.


Why swing is used in java?

Swing is a package in Java which contains tools for building GUI application. Swing is a part of Java's foundation classes.


Can you create a website using PH with CM'S and log in module and lastly the admin page?

Yes.


What is swing and swing event?

Swing is the api defined in javax.swing package and used to add graphical interface to the user by providing controls like JButton , JLabel , JTextField etc. if there is a User Interface then there has to be a way to handle the events generated by these controls so event is the general interaction of the user and the application which can be delegated using any delegation model..simple examples of the events are MouseEvent (click, double click etc.) swing is also known as JFC (java foundation classes) before using swing for designing user interface we were using awt which are heavy objects as compared to swing objects and swing has a better look and feel also.


What does a CSS table have to do with HTML?

HTML is a markup language used when one wants to create a website. Cascading style sheets or CSS is a style sheet language that one can use with HTML to create different kind of tables and pictures to the web page. Using CSS is easier than using HTML when creating tables for a website. It also makes updating the page easier.

Related Questions

How can I create a backyard swing DIY project?

To create a backyard swing DIY project, you will need to gather materials such as wood, rope or chains, and hardware. Design and build a sturdy frame for the swing, ensuring it is securely anchored to the ground. Attach the swing seat using strong knots or hardware. Test the swing for safety before use.


How do we create a website using liferay?

sadsadasdsa


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 a new site?

You can create a website using an HTML editor software. These are available online for free. The one I use is KompoZer. You can also create a website using WordPress for free at WordPress.org


How can I create a DIY backyard swing for my outdoor space?

To create a DIY backyard swing for your outdoor space, you can follow these steps: Choose a sturdy tree branch or a strong beam to hang the swing from. Use strong ropes or chains to securely attach the swing seat to the branch or beam. Make sure the swing seat is comfortable and safe to sit on. Test the swing to ensure it can hold the weight of the person using it. Enjoy your new backyard swing!


How do you create your own website with domain name for free?

firsly create a webpage using HTML , javascript & xml languages.then using the IIS server, you can create your own website. A system administrator does this task.


How do you create website using frontpage?

You have to first get your thoughts together!


How do you create a log In page using java swing?

import javax.swing.JOptionPane; public static void main (String[]args){


When you create a piece of writing that analyzes a website you are using information from a website under?

fair use.


How can I create a DIY A-frame swing set for my backyard?

To create a DIY A-frame swing set for your backyard, you will need to gather materials such as lumber, screws, and swing seats. Begin by constructing the A-frame structure using the lumber and screws, ensuring it is sturdy and level. Attach the swing seats securely to the top beam of the A-frame. Finally, install the swing set in a safe area of your backyard, making sure it is properly anchored to the ground for stability.


How do you Get Free Domain For WiX?

First you create a website using Wix,


What is the difference between swing and swing events?

Java Swings is a technology that is used to create User Interface Components using Java. Swing Events are a part of this technology that is used to handle user actions like click of a button or closing the component etc