Documentação java
JFrame
Atributos
protected AccessibleContext static int protected JRootPane protected boolean
Metodos
protected void addImpl(Component comp, Object constraints, int index)
Adiciona o componente filho especificado. protected JRootPane createRootPane() Chamado pelos métodos construtores para criar o rootPane padrão. protected void frameInit() Chamado pelos construtores para inicializar o JFrame corretamente.
AccessibleContext
getAccessibleContext()
Obtém o AccessibleContext associado a este JFrame.
Container
getContentPane()
Retorna o objeto contentPane para este quadro. int getDefaultCloseOperation()
Retorna a operação que ocorre quando o usuário inicia um "próximo" neste quadro.
Component getGlassPane() Retorna o objeto glassPane para este quadro.
Graphics
getGraphics()
Cria um contexto de gráficos para esse componente.
JMenuBar
getJMenuBar()
Retorna o conjunto menubar neste quadro.
JLayeredPane
getLayeredPane()
Retorna o objeto layeredPane para este quadro.
JRootPane
getRootPane()
Retorna o objeto rootPane para este quadro.
TransferHandler
getTransferHandler()
Obtém a propriedade transferHandler. static boolean isDefaultLookAndFeelDecorated() Retorna true se JFrames recém-criados devem ter suas decorações de janela fornecido pela aparência atual. protected boolean isRootPaneCheckingEnabled() Returns whether calls to add and setLayout are forwarded to the contentPane. protected String paramString() Returns a string representation of this JFrame. protected void processWindowEvent(WindowEvent e)
Processes window events occurring on this component. void remove(Component comp)
Removes the specified component from the container. void repaint(long time, int x, int y, int width, int height)
Repaints the specified rectangle of this component within time milliseconds.
void setContentPane(Container contentPane)
Define a propriedade contentPane.
void