Can you swap AWT components with their JClass BWT equivalents?
Yes, and the process is quite simple. BWT was designed to enhance the look-and-feel of AWT while maintaining AWT backward compatibility. In many cases it is possible to simply swap the names of current AWT components (for example: Button) in your current Java applications with their BWT equivalents (i.e. JCButton).