an someone please help with a library error:
when I try to run a simple application: source code provided:
import javax.swing.*;
public class jfctest extends JFrame{
public static void main(String args[]){
new jfctest();
}//end main
public jfctest(){
can someone please help with a library error:
when I try to run a simple application: source code provided:
import javax.swing.*;
public class jfctest extends JFrame{
public static void main(String args[]){
new jfctest();
}//end main
public jfctest(){