代码搜索:Layout
找到约 10,000 项符合「Layout」的源代码
代码结果 10,000
www.eeworm.com/read/344156/11907082
py remaps.py
#!/usr/bin/python
# diskmodel (version 1.1)
# Authors: John Bucy, Greg Ganger
# Contributors: John Griffin, Jiri Schindler, Steve Schlosser
#
# Copyright (c) of Carnegie Mellon University, 2003-2005
www.eeworm.com/read/153044/12064365
m help_controls.m
function theResult = help_controls(self, varargin)
% The "ps/control" method adds controls to the
% "ps" window. Standard scrollbars are indicated
% by the names: 'bottom', 'right', 'top,' or 'le
www.eeworm.com/read/250350/12412963
cpp resizablesheetex.cpp
// ResizableSheetEx.cpp : implementation file
//
/////////////////////////////////////////////////////////////////////////////
//
// Copyright (C) 2000-2001 by Paolo Messina
// (http://www.geocit
www.eeworm.com/read/250350/12413019
cpp resizablesheet.cpp
// ResizableSheet.cpp : implementation file
//
/////////////////////////////////////////////////////////////////////////////
//
// Copyright (C) 2000-2001 by Paolo Messina
// (http://www.geocitie
www.eeworm.com/read/130612/14181192
java springtriangle.java
// Chapter 16 Exercise 6
/*
In a SpringLayout each component is constrained by a SpringLayout.Constraints object
that defines four Spring objects that constrain the top left corner of the compo
www.eeworm.com/read/127767/14336020
txt e633. setting gap sizes in a gridbadlayout.txt
Unlike most of the other layout managers, the gridbag layout manager does not have a property for controlling the size of the gaps between cells. You could implement gaps using insets (see e630 Settin
www.eeworm.com/read/127767/14336173
txt e571. creating a container.txt
A container holds one or more child components. A container has a layout that determines how the child components are arranged within the container. This example creates a frame with a text area in th
www.eeworm.com/read/127767/14337015
txt e623. setting the location of a component in a gridbaglayout.txt
gridbag layout arranges components in a two-dimensional grid of cells. The northwest-most cell has position (0,0). The cell to the right or east has position (1,0); the cell to the bottom or south ha
www.eeworm.com/read/127767/14337557
txt e625. making a gridbaglayout fill the container.txt
By default, a gridbag layout arranges its components in the smallest area that satisfies the preferred sizes of the components. If the container is larger than this area, the cluster of components is