代码搜索结果
找到约 10,000 项符合
Layout 的代码
c_layout.hwl
OPEN source 0 0 60 39
Source < attributes MARKS off
OPEN assembly 60 0 40 31
Assembly < attributes ADR on,CODE off,ABSADR on,SYMB off,TOPPC 0xF88C
OPEN procedure 0 39 60 17
Procedure < attributes
layout3.java
import java.awt.*;
public class Layout3{
public static void main(String[] args){
Frame f=new Frame("Panel阑 捞侩茄 硅摹");
f.add(new Button("NORTH"),BorderLayout.NORTH);
f.add(new Butt
layout4.java
import java.awt.*;
public class Layout4{
public static void main(String[] args){
Frame f=new Frame("Layout 函版");
f.setLayout(new FlowLayout());
f.add(new Button("Layout"));
layout1.java
import java.awt.*;
public class Layout1{
public static void main(String[] args){
Frame f=new Frame("BorderLayout");
Button bn=new Button("NORTH");
Button be=new Button("EAST");
layout6.java
import java.awt.*;
public class Layout6{
public static void main(String[] args){
Frame f=new Frame("GridLayout");
f.setLayout(new GridLayout(3,2));
f.add(new Button("[1,1]"));
layout5.java
import java.awt.*;
public class Layout5{
public static void main(String[] args){
Frame f=new Frame("Layout 函版");
f.setLayout(null);
Button b1=new Button("Layout阑");
Button
layout2.java
import java.awt.*;
public class Layout2{
public static void main(String[] args){
Frame f=new Frame("FlowLayout");
Panel p=new Panel();
p.add(new Button("滚瓢捞"));
p.add(n
c_layout.hwl
OPEN source 0 0 60 39
Source < attributes MARKS off
OPEN assembly 60 0 40 31
Assembly < attributes ADR on,CODE off,ABSADR on,SYMB off,TOPPC 0xF88C
OPEN procedure 0 39 60 17
Procedure < attributes
c_layout.hwl
OPEN source 0 0 60 39
Source < attributes MARKS off
OPEN assembly 60 0 40 31
Assembly < attributes ADR on,CODE off,ABSADR on,SYMB off,TOPPC 0xF88C
OPEN procedure 0 39 60 17
Procedure < attributes
c_layout.hwl
OPEN source 0 0 60 39
Source < attributes MARKS off
OPEN assembly 60 0 40 31
Assembly < attributes ADR on,CODE off,ABSADR on,SYMB off,TOPPC 0xF88C
OPEN procedure 0 39 60 17
Procedure < attributes