代码搜索:GridLayout
找到约 2,377 项符合「GridLayout」的源代码
代码结果 2,377
www.eeworm.com/read/205790/15306871
java gridlayoutdemo.java
import java.awt.*;
import javax.swing.*;
public class GridLayoutDemo
{
public static void main(String args[])
{
JFrame frame=new JFrame("GridLayout布局");
Container c=frame.getCont
www.eeworm.com/read/170266/5405498
java frame1.java
package gridlayout;
import java.awt.*;
import java.awt.event.*;
import javax.swing.*;
public class Frame1 extends JFrame {
JPanel contentPane;
GridLayout gridLayout1 = new GridLayout();
Button
www.eeworm.com/read/169660/5416732
jbx usermanageframe.jbx
[PropertyInfo]
baseInforCheckboxes,JCheckBox[],false,false, , ,false,
baseInforGridLayout,GridLayout,false,false, , ,false,
baseInforPanel,JPanel,false,false, , ,false,
www.eeworm.com/read/168239/5447408
java gridlayoutexample.java
import java.awt.*;
import javax.swing.*;
/**
* Illustrate the layout style of a GridLayout.
*
* @author David J. Barnes and Michael Kolling
* @version 2006.03.30
*/
public class GridLayoutExamp
www.eeworm.com/read/167668/5454824
java usegridlayout.java
// 程序:使用GridLayout布局管理器
// 范例文件:UseGridLayout.java
import java.awt.*;
import java.applet.*;
public class UseGridLayout extends Applet
{
public void init()
{
setLayout(new GridL
www.eeworm.com/read/167562/5455425
cpp gameboard.cpp
/****************************************************************************
**
** Copyright (C) 2005-2006 Trolltech ASA. All rights reserved.
**
** This file is part of the example classes of the Qt
www.eeworm.com/read/167562/5456101
cpp qlayout_widget.cpp
/****************************************************************************
**
** Copyright (C) 1992-2006 Trolltech ASA. All rights reserved.
**
** This file is part of the Qt Designer of the Qt Too
www.eeworm.com/read/162614/5531514
java demo.java
/* Demo.java -- Shows examples of AWT components
Copyright (C) 1998, 1999, 2002, 2004 Free Software Foundation, Inc.
This file is part of GNU Classpath examples.
GNU Classpath is free software; y