Search:

Type: Posts; User: striko_514

Search: Search took 0.18 seconds.

  1. Construct a class that implement ActionListener with no constructor

    Hi, I am reading a passage in Java book that goes like this:

    class TimePrinter implements ActionListener {
    public void actionPerformed(ActionEvent event) {
    Date now = new Date();...
  2. Replies
    2
    Views
    2,146

    Graphic Environment Abstract Methods

    Hi,

    I was recently looking at the GraphicsEnvironment class in Javadoc and some example code on google. I am confused on the usage of the abstract method .getAllFonts() and...
Results 1 to 2 of 2