Forums
New posts
Search forums
Members
Current visitors
Log in
Register
What's new
Search
Search
Search titles only
By:
New posts
Search forums
Menu
Log in
Register
Install the app
Install
Forums
Archive
Archive
Java
java swing engine
JavaScript is disabled. For a better experience, please enable JavaScript in your browser before proceeding.
You are using an out of date browser. It may not display this or other websites correctly.
You should upgrade or use an
alternative browser
.
Reply to thread
Message
[QUOTE="Arne Vajhøj, post: 4096086"] I think the short version of Swing is that: - Java Swing code translates from text, lines etc. to pixels - native AWT code renders the pixels So if you for some reason want to write some code that renders the pixels differently then you need to write C code. But if you want to change the way things look, then you can change in the Java code. Note that Swing comes with a pluggable Look & Feel model that allows you to change things in a very nice way without cloning standard Swing code. Arne [/QUOTE]
Verification
Post reply
Forums
Archive
Archive
Java
java swing engine
Top