Jump to content

Java problem


briddell

Recommended Posts

Greetings! I was working on my current Java program today in Eclipse and got confused with what I had made (I know!) with all of the differences between console and GUI. So, I found a way to have an instance of a console box with GUI, which is exactly what I need. Here is the link : LINK. I have it working, except for one exception. There is a thing that the author of that has written: to change his file of IoEscape to a Try/Catch. I tinkered around, but couldn't figure out how to do that. You will see once you read the article. Please help me get this to work! Thank you in advance!

-Briddell

Link to comment
Share on other sites

I can tell you the hard way to build a Java app with a User Interface, through writing codes

 

The easy way I use to build Java app with a UI, is using Netbeans IDE the Java SE edition

 

It's very simple, just follow the steps in the pictures:

 

Step 1: Launch Netbeans IDE

 

Step 2: File > New Project

16nla9.png

 

Step 3: Categories:Java > Projects:Java Desktop Application

v3oizt.png

 

Step 4: Design your interface using drag-and-drop, and link them using the code

ejbmoi.png

 

Note: the last snapshot is from a project I've finished, in the picture you can see JTable (Java Table UI component)

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.