|
-
January 13th, 1999, 09:31 AM
#1
How can I distinguish Different OS's and do something in accordance with that
-
January 13th, 1999, 11:11 AM
#2
Re: How can I distinguish Different OS's and do something in accordance with that
One approach would be to use the value returned from
UIManager.getSystemLookAndFeelClassName()
-
January 25th, 1999, 10:08 AM
#3
Re: How can I distinguish Different OS's and do something in accordance with that
It's against all the principles of Java philosophy. If you are writing an
application you would't need such information. Simply, doing like that you'll
end up losing portability, and maintenance becomes a nightmare.
Consider trying a different approach to your problem.
Alternatively, you could use external libraries to accomplish system-specific
operations (see the JNI API).
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|