Skip to content

mercatis/SwUDi

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

27 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SwUDi - Swing USB Display

SwUDi is a small framework to use java and swing for controlling an external usb device.

SwUDi uses JGoodies Form Layout, I think version 1.2.1 should be available in maven central.

SwUDi uses a JWindow as peer to get the repainting done. However, popups and optionpane's did not work, as they create their own peer. Repainting is done only if a window is dirty, SwUDi therefore installs its own RepaintManager, which may clash with other RepaintManagers like swingx ExtensibleRepaintManager.

Releases

No releases published

Packages

No packages published

Languages