Search:

Type: Posts; User: copeg

Search: Search took 0.22 seconds.

  1. Thread: Abstract Method

    by copeg
    Replies
    4
    Views
    874

    Re: Abstract Method

    Sounds like an interface would do the trick. You can follow the example that Swing provides for the JButton class:
    1) create an interface that defines the method(s) required (you could also re-use...
  2. Thread: Abstract Method

    by copeg
    Replies
    4
    Views
    874

    Re: Abstract Method

    Are you referring to creating an interface?
    http://docs.oracle.com/javase/tutorial/java/IandI/createinterface.html
    http://docs.oracle.com/javase/tutorial/java/concepts/interface.html
Results 1 to 2 of 2