Search:

Type: Posts; User: Masic1990

Search: Search took 0.34 seconds.

  1. Re: Warning on class with JFrame inheritance (extends)

    I have now and it has gotten rid of the error message...But why, what's the point of that being there? If you're going to say do my own research fair enough, I will eventually learn why ;)

    - Nicky
  2. Warning on class with JFrame inheritance (extends)

    I'll start off by showing my full code:

    Main class

    import javax.swing.JFrame;

    public class groupingTest {
    public static void main (String[] args) {
    groupWindow test = new groupWindow();
Results 1 to 2 of 2