sclass DesktopPaneWithFitPicture_smooth extends JDesktopPane { BufferedImage image; *(BufferedImage *image) {} protected void paintComponent(Graphics g) { paintFitBackground_smooth(this, g, image); } } static JDesktopPane jDesktopPaneWithFitPicture_smooth(S imageID) { ret swingNu(DesktopPaneWithFitPicture_smooth, loadImage2(imageID)); }