码迷,mamicode.com
首页 >  
搜索关键字:panel    ( 1944个结果
Ext.form.Panel表单面板
1、Ext.form.FormPanel支持的主要表单组件ExtJS表单组件说明Xtype类型Ext.form.field.CheckBox复选框checkboxfieldExt.form.CheckBoxGroup复选框组checkboxgroupExt.form.field.ComboBox下拉...
分类:其他好文   时间:2015-06-16 20:56:25    阅读次数:146
JAVASE学习笔记:第十章 SWing常用控件类(三)
11、设置JFrame背景图片          JPanel c= (JPanel)this.getContentPane(); //创建jpanel          Toolkit t=Toolkit.getDefaultToolkit();                 //背景图片,将panel不透明设置为false    c.setOpaque(false);    JL...
分类:编程语言   时间:2015-06-16 16:45:04    阅读次数:185
Unity UGUI 下拉菜单
1.新建Buttom2.panel里面加下拉buttomusing UnityEngine;using System.Collections;public class DropDownList : MonoBehaviour { public GameObject panel; void...
分类:编程语言   时间:2015-06-15 20:23:24    阅读次数:938
引用library之——带有自定义属性的自定义控件的library包
一般来讲,当自定义一个控件Panel并且此控件有自定义属性时(例如:panel:closedHandle="@drawable/foot_bar_right"),xml中需要定义此控件的引用地址,(例如:xmlns:panel="http://schemas.android.com/apk/com....
分类:其他好文   时间:2015-06-12 13:11:27    阅读次数:114
不得不知的LED显示屏选购的常用术语
LED显示屏: LED显示屏(LED panEL):LED就是light emitting diode ,发光二极管的英文缩写,简称LED。它是一种通过控制半导体发光二极管的显示方式,用来显示文字、图形、图像、动画、行情、视频、录像信号等各种信息的显示屏幕。 LED显示屏分为图文显示屏和视频...
分类:其他好文   时间:2015-06-11 18:46:45    阅读次数:133
LED显示屏小知识大集锦
显示屏入门知识 led 是 light emitting diode 发光二极管的英文缩写,简称 LED 。 LED显示屏( LED panEL )是通过一定的控制方式,用于显示文字、文本、图形、图像、动画、行情等各种信息以及电视、录像信号并由 LED 器件阵列组成的显示屏幕。作为新一代的显示...
分类:其他好文   时间:2015-06-11 18:45:38    阅读次数:114
Firebug: Net Panel 使用详解
Introduction to Firebug: Net PanelSince there is not much user documentation related to Firebug features (and there is a lot what to know about) I hav...
分类:Web程序   时间:2015-06-11 14:33:31    阅读次数:154
python的GUI的运用(wxpython)
首先实现一个简单的记事本import wx app = wx.App() win = wx.Frame(None, title = "Simple Editor", size = (410,335)) bkg = wx.Panel(win) #背景组件loadButton = wx.Button(win, label = "Open", pos = (225,5), size = (80,25))...
分类:编程语言   时间:2015-06-08 23:28:18    阅读次数:245
Jquery 根据 Style"display:none" 获取元素
$(".sort_Panel:hidden").size();//查找隐藏的元素--------------------------------------------$(".sort_Panel:visible").size();//查找显示的元素
分类:Web程序   时间:2015-06-08 14:44:06    阅读次数:257
解决 windows2012 下无法安装 sql2008R2
Press the Windows logo key, typecontrol panel, and then click theControl Panelicon.NoteIf you are not using a keyboard, swipe in from the right edge o...
分类:数据库   时间:2015-06-07 01:03:21    阅读次数:159
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!