ModelTrains
Programmer
We have a Swing application in java 1.3 that is used as normal for accessing production data (PROD), but they will soon have an Archive database (ARCHIVE) where the same application will be used. The database knows if it is PROD or ARCHIVE, but the users want the titlebar to be a red background with white text. This is easy in Java 1.4, but this app is currently in Java 1.3. How can I change the colors on the TitleBar?
P.S. - This application will be converted to Java 1.4 later this year.
P.S. - This application will be converted to Java 1.4 later this year.