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: ABSTRACT

  1. #1
    Junior Member
    Join Date
    Nov 2012
    Posts
    26
    Thanks
    3
    Thanked 0 Times in 0 Posts

    Default ABSTRACT

    I want to learn more about abstract!
    Can you help me!


  2. #2

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

    anis.laghaei (November 11th, 2012)

  4. #3
    Junior Member
    Join Date
    Nov 2012
    Posts
    26
    Thanks
    3
    Thanked 0 Times in 0 Posts

    Default Re: ABSTRACT

    Thanks a lot
    That was awesome.

    --- Update ---

    I was writing but ,there is an error that i can't find how to fix it.
    I wrote : "import javax.swing.JOptionPane;"
    and the error is : "Acccess restriction : The Type JOptionPane is not accessible due to restriction in required library C:\Program Files\Java\jre7\lib\rt.jar
    What should i do ?

Similar Threads

  1. GUI error: is not abstract and does not override abstract method
    By djl1990 in forum What's Wrong With My Code?
    Replies: 3
    Last Post: October 21st, 2011, 01:26 PM
  2. About abstract, interfaces, and when i should use this.
    By Yoga Herawan in forum Object Oriented Programming
    Replies: 2
    Last Post: October 4th, 2011, 10:38 AM
  3. Abstract
    By mamawia in forum Java Theory & Questions
    Replies: 2
    Last Post: September 3rd, 2011, 07:16 AM
  4. Replies: 12
    Last Post: January 1st, 2011, 03:47 AM
  5. abstract class
    By robinglow in forum AWT / Java Swing
    Replies: 2
    Last Post: August 20th, 2010, 01:36 AM