Search:

Type: Posts; User: Lord Voldemort

Search: Search took 0.08 seconds.

  1. [SOLVED] Re: What kind of object instantiation is this?

    I found this tutorial on Generics.
    Thanks Norm.
  2. [SOLVED] What kind of object instantiation is this?

    Hi!

    I'm new to Java and I was reading up about SwingWorker when I came across this code.


    SwingWorker worker = new SwingWorker<ImageIcon[], Void>() {
    @Override
    public ImageIcon[]...
Results 1 to 2 of 2