flex简介 Macromedia Flash 是强大的矢量动画编辑工具,在做动画起家之后,Flash一直在谋求rich internet application( ria 富客户端 )的霸主地位,最有影响的是,已经推出了面向对象的编程脚本ActionScript3.0,并且建立起类似于java swing的类库和相应component(组件)。flex是通过java或者.net等非Flash途径,解释.mxml文件组织components,并生成相应得.swf文件。flex的component和flash的component很相似,但是有所改进增...
by sdwsyjp - Java文档中心 - 2009-07-19 16:55:34 阅读(955) 回复(0)
我有2个combobox,其中data是combobox0中的数据,我想当combobox0中选择浙江的时候在combobox1中加入杭州,但问题出来了,我要是在combobox0选择了2次浙江,在combobox1就会重复出现杭州的问题,怎么解决啊,源代码如下,我的if self.combobox.GetString(self.combobox.GetSelection()) <> "杭州".decode('utf-8'):判断居然不行,而且哪怕行的话,有这么多市,一个个判断也很累,有什么办法解决啊 if data == "浙江".decode('utf-8'): ...
Overview = """\ A combobox is like a combination of an edit control and a listbox. It can be displayed as static list with editable or read-only text field; or a drop-down list with text field; or a drop-down list without a text field. Normally, combobox have be created for read-only controls. Meanwhile it can be dynamically created (that is, it is initially empty but then we 'grow' it out of...
一般的JTextField只要setDocument(new PlianDocument(){....})就行, 为什么以下这样不行? 好像没起作用 combobox _combobox1 = new combobox(); Component component1 = _combobox1.getEditor().getEditorComponent(); if(component1 instanceof JTextField ) { ((JTextField )component1).setDocument(new LengthLimitedDocument ()); } LengthLimitedDocument 是这样定义的: class LengthL...
新学winsdk编程,不知道怎么给combobox添加item,知道的大侠帮个忙,谢谢! hWndCom = CreateWindowEx(WS_EX_STATICEDGE,"combobox","combox",WS_CHILD|WS_VISIBLE|CBS_DROPDOWNLIST|CBS_SIMPLE,10,140,100,20,hWnd,NULL,hinstance,NULL); 这个是创建窗口,然后怎么做就不知道了。
get a different model of serial number for combobox. private DefaultcomboboxModel getcomboboxModel(int start, int finish, int step, int adjust) { String combo[] = new String[(finish-start+1)/step]; for(int i = start ; i combo[(i-start)/step] = java.lang.String.valueOf(i + adjust); } DefaultcomboboxModel comboModel = new DefaultcomboboxModel(combo); ...
flex Builder 3 正式版,发布于中国时间 2008 年 2 月 25 日; 下载地址一: http://download.macromedia.com/pub/flex/flex_builder/FB3_win.exe 大小: 424 MB ;未进行压缩的 flex Builder 3 安装文件 不用注册登录,可以直接下载。 flex builder 3.0注册码(已经试过的,可用的): 1377-4168-2018-0771-2432-1495 1377-4760-3354-0772-2773-8996 1377-4165-2080-7265-7813-8901 1377-4964-5021-8182-2399-8235 本文...
http://www.adobe.com/devnet/flex/videotraining/ flex in a Week flex Verycd 视频教程下载 http://www.verycd.com/topics/280538/ 本文来自ChinaUnix博客,如果查看原文请点:http://blog.chinaunix.net/u1/42750/showart_2000676.html
http://blog.5d.cn/user39/riahome/Category/132716.html flex博客 http://rxna.cn/feed.html flex 博客大集合 http://www.playria.com/mm/catalog.asp?cate=2 玩转RIA 本文来自ChinaUnix博客,如果查看原文请点:http://blog.chinaunix.net/u1/42750/showart_2000654.html