Tagged Questions

0
votes
4answers
342 views

Render HTML to display in a Java application

I'm interested in displaying HTML text (using CSS) in a Java app. What options do I have? Although I don't use SWT in my app, I see SWT provides an interface to a WebKit browser on all platforms. Is ...
0
votes
1answer
764 views

How to implement a custom cell renderer for ScrollTable in GWT

I've used the ScrollTable widget for GWT and I have a need for a custom cell renderer so I can isolate this code from the rest of the app. I would like to use generics if possible to get it type ...