代码搜索:Layout
找到约 10,000 项符合「Layout」的源代码
代码结果 10,000
www.eeworm.com/read/368456/9693687
cpp pizzaentry.cpp
/****************************************************************************
** Form implementation generated from reading ui file 'PizzaEntry.ui'
**
** Created: Sat Feb 11 15:09:28 2006
** by:
www.eeworm.com/read/366806/9798125
java justify.java
// Justify.java
import java.awt.*;
import java.awt.font.*;
import java.text.*;
import java.util.*;
public class Justify extends java.applet.Applet
{
final static int LEFT = 0;
fi
www.eeworm.com/read/270036/11050123
java snippet135.java
/*
* example snippet: embed Swing/AWT in SWT
*
* For a list of all SWT example snippets see
* http://dev.eclipse.org/viewcvs/index.cgi/%7Echeckout%7E/platform-swt-home/dev.html#snippets
www.eeworm.com/read/270032/11050283
makefile
#
# makefile to build program graph layout
#
.C.o:
$(CC) -c $(CFLAGS) $<
#
# Define Objects
#
OBJS= window.o graph.o layout.o vector.o fileio.o
#
# define build flags
#
CC = gcc
INCLUDES= -I/usr/
www.eeworm.com/read/270032/11050295
mak graph.mak
.AUTODEPEND
.PATH.obj = .
# *Translator Definitions*
CC = bcc -v -W -vi- -wpro -weas -wpre -n. -I$(INCLUDEPATH) -L$(LIBPATH)
TASM = TASM
TLIB = tlib
TLINK = tlink
LIBPATH = C:\BORLANDC\LIB
INCLUDEP
www.eeworm.com/read/268683/11125547
txt dependencies.txt
||:ossimulation.ExtDefaultTreeModel
ossimulation.INode
ossimulation.Disk
javax.swing.tree.DefaultMutableTreeNode
javax.swing.tree.MutableTreeNode
javax.swing.tree.TreeNode
java.io.PrintStream
j
www.eeworm.com/read/268683/11125556
java aboutframe.java
/*
* AboutFrame.java
*
* Created on 2006年12月9日, 下午11:56
*/
package ossimulation;
/**
*
* @author Administrator
*/
public class AboutFrame extends javax.swing.JFrame {
www.eeworm.com/read/268683/11125565
java editorframe.java
/*
* EditorFrame.java ver 0.1.2
*
* Created on 2006年11月30日, 下午12:27
*
* The editor for the project
*
*History : 2006年11月30日 ver 0.1.0 create the class
* 2006年12月1日 ver 0.1
www.eeworm.com/read/268683/11125595
java commandtips.java
/*
* CommandTips.java
*
* Created on 2006年12月17日, 下午10:52
*/
package ossimulation;
/**
*
* @author Administrator
*/
public class CommandTips extends javax.swing.JFrame {
www.eeworm.com/read/268683/11125596
java systemtips.java
/*
* SystemTips.java
*
* Created on 2006年12月18日, 上午1:08
*/
package ossimulation;
/**
*
* @author Administrator
*/
public class SystemTips extends javax.swing.JFrame {