Search:

Type: Posts; User: remigio

Search: Search took 0.08 seconds.

  1. Re: Code wont run. I know there is no main class, but this is from a book. Is it wro

    i understand :)
    do not paste code...
    btw. im new on this page..:)
  2. Re: Code wont run. I know there is no main class, but this is from a book. Is it wro

    u must add something like this:



    public class Main {
    public static void main(String[] args) {
    final JFrame fr = new JFrame();
    JPanel pan = new ColorPanel(Color.black);
    ...
Results 1 to 2 of 2