Is it possible to write "pure" lightweight code in java? Swing is lightweight but even it has heavyweight components like JWindow, JFrame, JDialog, and JApplet. So even Swing applications are not 100 percent independent of the underlying OS
Is it possible to have lightweight applications in java which are completely independent of the underlying OS for graphics display? Is it possible to write such code in java?