public static void main(String[] args) {
   RasterShieldFrame frame1 = new RasterShieldFrame();
   frame1.show();
 }