Welcome to the Java Programming Forums


The professional, friendly Java community. 21,500 members and growing!


The Java Programming Forums are a community of Java programmers from all around the World. Our members have a wide range of skills and they all have one thing in common: A passion to learn and code Java. We invite beginner Java programmers right through to Java professionals to post here and share your knowledge. Become a part of the community, help others, expand your knowledge of Java and enjoy talking with like minded people. Registration is quick and best of all free. We look forward to meeting you.


>> REGISTER NOW TO START POSTING


Members have full access to the forums. Advertisements are removed for registered users.

Results 1 to 2 of 2

Thread: Creating Forms in Java

  1. #1
    Junior Member
    Join Date
    Feb 2021
    Location
    NC, USA
    Posts
    1
    Thanks
    1
    Thanked 0 Times in 0 Posts

    Question Creating Forms in Java

    Well first, let me tell you I am a 'fairly' experienced programmer in Visual Basic 6.0 (been doing it since the mid 90's). But, finally, at age 71, I'd like to venture out to another programming language. The MAIN purpose is to write fairly simple programs (mainly programs using a database) that can be run on both Windows and Mac platforms. Heard Java was a good one to learn. (I have limited classroom instruction on C, not C++). I am currently running through some tutorials online for the basics (syntax, OOP, etc). One thing I have noted so far, in the tutorials there is no discussion of FORMS. In VB6, I have an IDE from which I create forms and code for actions.

    Is there something similar to use along with the Java programming language (I have downloaded Java and SDK)? I tried Eclipse and attempted to install a forms add-in, but failed (no idea why).

    Really would like a platform (similar in design to Visual Basic -6.0 or .Net products). Any out there I can download and use?

    Please excuse my ignorance.

  2. #2
    Super Moderator Norm's Avatar
    Join Date
    May 2010
    Location
    Eastern Florida
    Posts
    25,042
    Thanks
    63
    Thanked 2,708 Times in 2,658 Posts

    Default Re: Creating Forms in Java

    Try asking your question on this forum: http://www.coderanch.com/forums

    I don't do much GUI and what I do is very simple.

    Continued at: https://coderanch.com/t/739555/java/Forms
    If you don't understand my answer, don't ignore it, ask a question.

  3. The Following User Says Thank You to Norm For This Useful Post:

    SamOscarBrown (February 20th, 2021)

Similar Threads

  1. Creating HTML Forms in Java
    By Anitush in forum Java Theory & Questions
    Replies: 0
    Last Post: September 27th, 2013, 03:27 AM
  2. Replies: 2
    Last Post: July 27th, 2013, 06:08 AM
  3. Hide forms in java application
    By jonmuthee in forum What's Wrong With My Code?
    Replies: 3
    Last Post: December 7th, 2012, 10:20 AM
  4. Java Forms Using Netbeans
    By oneeye_dragon in forum What's Wrong With My Code?
    Replies: 1
    Last Post: November 29th, 2012, 09:08 AM
  5. Continuous Forms
    By adam1305 in forum AWT / Java Swing
    Replies: 0
    Last Post: March 3rd, 2010, 01:04 PM