Not sure if this is possible, but if I use charvax.swing
and I have the code:
try {
UIManager.setLookAndFeel(
UIManager.getSystemLookAndFeelClassName());
}
catch (Exception e) {
e.printStackTrace();
}
and depending on the System OS or there is no DISPLAY
variable set if would use the charva components or use
a class loader for javax.swing to use those components.