代码搜索:GridLayout

找到约 2,377 项符合「GridLayout」的源代码

代码结果 2,377
www.eeworm.com/read/162519/5541046

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
www.eeworm.com/read/156037/5613548

jbx usermanageframe.jbx

[PropertyInfo] baseInforCheckboxes,JCheckBox[],false,false, , ,false, baseInforGridLayout,GridLayout,false,false, , ,false, baseInforPanel,JPanel,false,false, , ,false,
www.eeworm.com/read/156010/5615929

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/154514/5636644

java gridlayouttab.java

/******************************************************************************* * Copyright (c) 2000, 2003 IBM Corporation and others. * All rights reserved. This program and the accompanying mater
www.eeworm.com/read/153681/5645484

java gridlayouttab.java

/******************************************************************************* * Copyright (c) 2000, 2003 IBM Corporation and others. * All rights reserved. This program and the accompanying mater
www.eeworm.com/read/153626/5646272

jbx usermanageframe.jbx

[PropertyInfo] baseInforCheckboxes,JCheckBox[],false,false, , ,false, baseInforGridLayout,GridLayout,false,false, , ,false, baseInforPanel,JPanel,false,false, , ,false,
www.eeworm.com/read/475468/6781977

java banca.java

import java.awt.*; //import jawa.io.*; import java.util.Vector; import java.util.Collections; public class Banca extends Frame { Autentificare m1; Suplimentar m2; Optiuni t1; public
www.eeworm.com/read/475245/6794692

java nestedcontainer.java

/* 范例名称:容器的嵌套使用举例 * 源文件名称:NestedContainer.java * 要 点:嵌套的多个容器可以分别采用不同的布局管理器 */ import java.awt.*; public class NestedContainer { public static void main(String args[]) { Frame f = ne
www.eeworm.com/read/475245/6794695

java tenbuttons.java

import java.awt.*; public class TenButtons { public static void main(String args[]) { Frame f = new Frame("Java Frame"); f.setLayout(new GridLayout(2,1)); f.setLocation(300,400);
www.eeworm.com/read/473097/6856301

java gridlayoutdemo.java

import javax.swing.*; import java.awt.*; public class GridLayoutDemo extends JFrame { public GridLayoutDemo() { super("网格布局"); this.setSize(300,200); this.setDefaultCloseOperat