Is it safe to assume that any object that is preceded with the letter 'J' is a member of the Swing package? Just trying to get lightweight versus heavyweight components sorted properly.
Thanks.
-- Curtis
Is it safe to assume that any object that is preceded with the letter 'J' is a member of the Swing package? Just trying to get lightweight versus heavyweight components sorted properly.
Thanks.
-- Curtis
Is it safe to assume that any object that is preceded with the letter 'J' is a member of the Swing package? Just trying to get lightweight versus heavyweight components sorted properly.
Thanks.
-- Curtis
It's mostly, but not all, Swing. Here are the J's
http://java.sun.com/javase/6/docs/api/index-files/index-10.html
Here's a non-Swing J:
http://java.sun.com/javase/6/docs/api/java/awt/JobAttributes.html
Is it safe to assume that any object that is preceded with the letter 'J' is a member of the Swing package? Just trying to get lightweight versus heavyweight components sorted properly.
Thanks.
-- Curtis
assuming this could get you into a lot of unknown problems when using an openSource package. any Joe-with-the-hat can create an object and decide to name it JPassEncryptor, JCountTheCows or whatever name comes up to him that covers the load :) .
assuming this could get you into a lot of unknown problems when using an openSource package. any Joe-with-the-hat can create an object and decide to name it JPassEncryptor, JCountTheCows or whatever name comes up to him that covers the load :) .
Good point. I hadn't even thought about all of the classes/packages that aren't written by Sun.
P.S. Prefix, not Suffix. ;-)
@masijade : You could easily have been a detective, you have the temparament and the ability to look into the slimmest of the crevices. ;)
We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.