News

So far what I have done is create a JPanel Form with a gridlayout of 3x4.I have also put JPanels in each sqquare of the grid.But I am a little confused how to create the rest of it.I need to ...
Given a JPanel that is on the interface at 64x64pixels how can I get it to paint into a bitmap as if it were 128*128pixels, without either removing it from the interface or changing the actual ...