首页
学习
活动
专区
圈层
工具
发布
    • 综合排序
    • 最热优先
    • 最新优先
    时间不限
  • 来自专栏学习笔记ol

    Java中的SimpleDateFormat方法分析

    00:00 CST 1970 2023年08月09日 07:47:56 ------- Thu Jan 01 00:00:00 CST 1970 综合案例 import com.itheima_05.DateChooser 开始时间"); startDateLable.setBounds(50, 70, 100, 20); jf.add(startDateLable); DateChooser dateChooser1 = DateChooser.getInstance("yyyy/MM/dd"); DateChooser dateChooser2 = DateChooser.getInstance JTextField startDateField = new JTextField(); startDateField.setBounds(50, 100, 100, 20); dateChooser1 JTextField endDateField = new JTextField(); endDateField.setBounds(250, 100, 100, 20); dateChooser2

    63630编辑于 2023-10-11
  • 来自专栏拂晓风起

    Flex 4 NativeWindow 中添加Flex组件(问题很多,尚不完善)

    因为只是DateChooser可以,一旦加入其他控件就会出错,或者DateChooser本身点多几下也会出错。因为NativeWindow好像没有布局啊,onFocus之类的处理。

    52840发布于 2018-07-03
  • 来自专栏学习笔记ol

    疯踏java知识点-进阶精讲篇

    jf.add(showTimeLable); jf.setVisible(true); } } GUI案例5 考勤查询 import com.itheima_05.DateChooser JLabel("开始时间"); startDateLable.setBounds(50,70,100,20); jf.add(startDateLable); DateChooser dateChooser1 = DateChooser.getInstance("yyyy/MM/dd"); DateChooser dateChooser2 = DateChooser.getInstance JTextField startDateField=new JTextField(); startDateField.setBounds(50,100,100,20); dateChooser1 JTextField endDateField=new JTextField(); endDateField.setBounds(250,100,100,20); dateChooser2

    57220编辑于 2023-10-11
  • 来自专栏LeoXu的博客

    Flex笔记_处理用户输入 原

    </s:span> </s:content> </s:RichText> </s:Panel> </s:Application> Date控件:         DateChooser id="thisDateField" change="showMsg(thisDateField.selectedDate.toString())"/> <mx:DateChooser new Date(2010, 10, 15)}" change="showMsg(thisDateChooser.selectedDate.toString())"> </mx:DateChooser

    1.4K20发布于 2018-08-15
  • 来自专栏软件工程师Michael

    Python GUI神器Gooey

    parser.add_argument('文件路径', widget="FileChooser") # 文件选择框 parser.add_argument('日期', widget="DateChooser

    1.6K10编辑于 2022-09-30
  • 来自专栏快学Python

    用Python制作可视化GUI界面,顺便实现自动分类整理文件!

    parser.add_argument('Filename', widget="FileChooser") # 文件选择框 parser.add_argument('Date', widget="DateChooser monospace_display=False) # Uses a mono-spaced font in the output screen ) 上面已经使用了两个简单的控件:FileChooser和 DateChooser

    3.2K20发布于 2021-09-07
  • 来自专栏菜鸟小白的学习分享

    原来用它写GUI界面就十行代码的事,值得收藏~~

    parser.add_argument('输入文本内容', widget='TextField') # 文本输入框 parser.add_argument('选择日期', widget='DateChooser 控件类型 FileChooser 文件选择器 MultiFileChooser 文件多选器 DirChooser 目录选择器 MultiDirChooser 目录多选器 FileSaver 文件保存 DateChooser

    1.3K10发布于 2021-05-13
  • 来自专栏cloudskyme

    未绑定元素“mx:Panel”的前缀“mx”

    library://ns.adobe.com/flex/halo"; s|Button { color: #FF0000; } mx|DateChooser

    2.5K70发布于 2018-03-20
  • 来自专栏liulun

    flash/flex之UI模块组织,动态加载UI模块

    -- 将非可视元素(例如服务、值对象)放在此处 -->     </fx:Declarations>     <mx:DateChooser x="10" y="7"/> </mx:Module> 注意

    1.3K10编辑于 2022-05-09
  • 来自专栏lonelydawn的前端猿区

    基于java swing的设备管理系统

    ComponentUtil 包含自定义一些常用swing组件 ConnectionUtil 数据库连接类 DatabaseXmlParser 解析db.xml,获取数据库配置信息 DateChooser

    3.1K81发布于 2018-02-09
  • 来自专栏Python爬虫与数据挖掘

    一行代码将Python程序转换为图形界面应用

    5.日期/时间选择器 widget="DateChooser/TimeChooser" ? 6.密码输入框 wiget="PasswordField" ?

    3.3K20发布于 2021-03-09
  • 来自专栏云计算linux

    Flex效果

    "100%" paddingBottom="10" paddingTop="10" paddingLeft="10" paddingRight="10"> <mx:DateField/> <mx:DateChooser selectiondDisabledColor: #999999; alternatingItemColors: #ffffff, #eeeeee; } .dataGridHeader { color: #000000; } mx|DateChooser

    67900编辑于 2024-12-17
  • 来自专栏云计算linux

    Flex应用性能优化

    [CDATA[ import mx.controls.Alert; import mx.managers.PopUpManager; ]]> </mx:Script> <mx:DateChooser

    94010编辑于 2024-12-17
领券