Search:

Type: Posts; User: shakes6791

Search: Search took 0.09 seconds.

  1. Replies
    20
    Views
    1,676

    Re: Basic GUI (eclipse swing)

    copeg is completely right on this one. I picked up a good bit of knowledge on the topic of GUI from my the Java courses I took over the last couple semesters. In my class we used a book called "BIG...
  2. Replies
    20
    Views
    1,676

    Re: Basic GUI (eclipse swing)

    You could use NetBeans IDE Swing GUI Builder.

    https://netbeans.org/features/java/swing.html

    hope this helps
  3. [SOLVED] Re: Anonymous inner class with Action Listener and Abstract Action

    After doing some more research on the subject matter I have found out that,

    "The javax.swing.Action interface, and the corresponding class, javax.swing.AbstractAction, provide a useful mechanism...
  4. Replies
    3
    Views
    1,587

    Re: Initialization in class

    Since you said you were a beginner, here is a little information that might help you out or anyone else who happens to look at this post.

    You really don't want to initialize a variable outside a...
  5. [SOLVED] Re: Anonymous inner class with Action Listener and Abstract Action

    yes they do, maybe I should be more specific, Is there any efficiency benefits to one or the other or is it just style preference?

    thank you
  6. [SOLVED] Anonymous inner class with Action Listener and Abstract Action

    I already known about anonymous inner class for example,

    "I will try and post the code in a reply since I can't put it here because of, Post denied. New posts are limited by number of URLs it may...
Results 1 to 6 of 7