Skip to main content

Sergey Groznyh

Sergey Groznyh is a Swing Text developer at Sun Microsystems. Prior to that he was involved in numerous projects in the industry related to structured text processing and formatting.

 

g_s_m's blog

Generating Print Preview of Swing Text Components

Posted by g_s_m on September 5, 2007 at 7:42 AM EDT

This question, “how to generate print preview of Java Swing components,” is asked often on various discussion forums, because currently (as of version 6) the Java SE doesn't have standard facilities for building print previews.

Removing elements from Swing HTML in JDK6

Posted by g_s_m on August 1, 2007 at 1:12 PM EDT

After I published the entry on removing elements from Swing HTMLDocument in JDK7, I got a question from a reader: but how to actually remove elements in JDK6? There's no easy way, but what is the <

Removing elements from Swing HTMLDocument

Posted by g_s_m on June 18, 2007 at 11:36 AM EDT
Removing elements from Swing HTMLDocument