document.write('
Data hosted with ♥ by Pastebin.com - Download Raw - See Original
  1. public static void main (String[] args){
  2.         try{
  3.             UIManager.setLookAndFeel(UIManager.getSystemLookAndFeelClassName());
  4.         }catch (Exception e){}
  5.        
  6.             SwingUtilities.invokeLater(new Runnable(){
  7.         @Override
  8.         public void run(){
  9.         new GraphicsPie_Pasien_Covid19_Koesumah().setVisible(true);
  10.     }
  11.     });
  12.     }
');