On Feb 23, 5:33 am, "Peter Christensen" <p...@PeterChristensen.eu>
wrote:
> Short question:
>
> Can I use Javas 'Metal Style' also in AWT?
No.
> As I've understood it, it's only when I use Swing, that I have this special
> Java-style. Why isn't it in AWT too? -Maybe it's just because that Swing is
> newer than AWT?
Partly, but I think mostly because AWT uses
native system compoenents, and they do not
offer themselves up for Java PLAF's.
Why are you using AWT?
Andrew T.