Java JFrame makeTrans(JFrame frmDisks, float f)

Here you can find the source of makeTrans(JFrame frmDisks, float f)

Description

make Trans

License

Open Source License

Declaration

public static void makeTrans(JFrame frmDisks, float f) 

Method Source Code

//package com.java2s;
//License from project: Open Source License 

import javax.swing.JFrame;

public class Main {
    public static void makeTrans(JFrame frmDisks, float f) {

        com.sun.awt.AWTUtilities.setWindowOpacity(frmDisks, f);

    }//from   w ww.j  a va 2s . co  m
}

Related

  1. jointButton(JFrame frame, final JButton button)
  2. loadImageToFrame(JFrame frame, BufferedImage image)
  3. locateForm(JFrame f, int x, int y, int w, int h)
  4. makeFullScreen(JFrame frame)
  5. makeShaped(final JFrame frame)
  6. maxamiseWindow(JFrame window)
  7. maximizeJFrame(JFrame f)
  8. maximizeWindow(JFrame window)
  9. maxIt(JFrame jFrame)