com.sun.java.swing.plaf does not exist!!??
807598Oct 9 2006 — edited Oct 9 2006\NewJFrame.java:27: package com.sun.java.swing.plaf does not exist
I receive this error when I attempt to import:
import com.sun.java.swing.plaf.*;
I am doing this so I can set the UIManager to windows look-and-feel. Where can I get the package---or do I already have it and something isn't set up right? Any help/suggestions greatly appreciated!