Creating a custom device for Swing/AWT to draw to

Posted by beta on Stack Overflow See other posts from Stack Overflow or by beta
Published on 2010-06-11T01:44:34Z Indexed on 2010/06/11 1:52 UTC
Read the original article Hit count: 354

Filed under:
|
|
|
|

I am working on an embedded linux device that requires custom java code to draw to the screen. I was wondering if there was any way to create a custom adapter that can update the display based off our drawing code. I have done some digging and haven't found any information as to how Devices are implemented or plugged into Swing/AWT. Any information is greatly appreciated.

Thanks.

© Stack Overflow or respective owner

Related posts about java

Related posts about swing