MacOS « Interoperability « Java Swing Q&A





1. Java in Windows and MacOS    coderanch.com

If you use platform specific functionalilty, of which the Windows Registry is definately one, then you simply cannot use the the functionality "as is". What you will have to do is abstract away the notion of the underlying mechanism. One way is to have your code talk to either an interface/abstract definition of the functionality that you want. Your other layers ...