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 3 of 3

Thread: Hello everyone! I'm Hopping to start learning java.

  1. #1
    Junior Member
    Join Date
    Nov 2013
    Posts
    1
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default Hello everyone! I'm Hopping to start learning java.

    Hi guys,
    I'm from Lithuania, still a student. Before few months I have started learning pascal language and I really enjoying wtritting these simple 20 verses codes. I want to learn java and write something more interesting then mathematic programs. But I don't know were to start. I will be very thankfull if you give me some great advices were I should begin. One of the most thing I want to know is, how is created programs like "NotePad" (not console programs(I don't know how it is called)), because I think notepad is quite easy. I hope you understand what I want to say.
    (Sorry for any mistakes I have done, I'm not good in English)


  2. #2
    Super Moderator
    Join Date
    Jun 2013
    Location
    So. Maryland, USA
    Posts
    5,520
    My Mood
    Mellow
    Thanks
    215
    Thanked 698 Times in 680 Posts

    Default Re: Hello everyone! I'm Hopping to start learning java.

    If you mean to start by writing a GUI or graphical program similar to Notepad, you might be surprised to know that it's not as easy as you think it is. Since you have basic programming skills and tools from your Pascal training, you should be able to breeze through the equivalent basics in Java, but you should still go through them. Get a book, find a web page, look at another topic just started in this section on 'getting started' for possible starting links. Refer to the Oracle Java Tutorials as a reference an alternate source of info. Come here when you have questions.

    Welcome, and good luck with your journey.

  3. #3
    Crazy Cat Lady KevinWorkman's Avatar
    Join Date
    Oct 2010
    Location
    Washington, DC
    Posts
    5,424
    My Mood
    Hungover
    Thanks
    144
    Thanked 636 Times in 540 Posts

    Default Re: Hello everyone! I'm Hopping to start learning java.

    Welcome to the forums!

    If you're asking how to make a GUI (graphical user interface) as opposed to a command line program, your first stop should be the Swing tutorials: Trail: Creating a GUI With JFC/Swing (The Java™ Tutorials)
    Useful links: How to Ask Questions the Smart Way | Use Code Tags | Java Tutorials
    Static Void Games - Play indie games, learn from game tutorials and source code, upload your own games!

Similar Threads

  1. Learning Java
    By jblankinship in forum Member Introductions
    Replies: 1
    Last Post: October 14th, 2012, 04:14 PM
  2. From where I can start Learning Java?
    By saba1998 in forum Java Theory & Questions
    Replies: 1
    Last Post: October 4th, 2012, 10:50 PM
  3. Help in Servlet. Just start learning..
    By sam2730 in forum Java Servlet
    Replies: 5
    Last Post: July 16th, 2012, 11:27 PM
  4. How to start learning JNI
    By 1bun100 in forum Java Native Interface
    Replies: 1
    Last Post: September 20th, 2011, 08:38 AM
  5. Learning Java
    By jgc1 in forum What's Wrong With My Code?
    Replies: 7
    Last Post: May 6th, 2011, 06:17 PM