Log in

View Full Version : widgets and beans


wrappingduke
03-20-2008, 12:10 AM
hello,

I currently have an J2ME-CDC/PP (JSR-62) application using AWT. The app has a custom AWT table. The table, however, is not fully J2ME-compliant. It has a couple of packages that prevents the app from running, such as Print.

I'm wondering if I can use a thinlet table (to replace custom table) in the app w/ the other AWT components? I know that the thinlet is based on AWT, but is combining the two feasible or advisable?

any help is appreciated.

albert_kam
05-15-2008, 10:19 AM
Hmm .. Dont you want to try out swing ? It runs well on Creme JVM 4.x

Anyway there are some AWT tables that i know of :
http://www.conjective.ch/tablebean/e/index.html
http://www.lwvcl.com/

Good luck !

wrappingduke
05-15-2008, 09:24 PM
hello Albert,

thx for the reply. it is appreciated. i was finally informed that the thinlet and awt can be combined.