搜索资源列表
j_12629_tinymce
- 简介: 一个平台独立基于Web的Javascr ipt HTML WYSIWYG编辑器,采用Javascr ipt/ECMAscr ipt开发,主要特性包括主题/模板支持,多语言支持(包括简体中文),支持通过插件的方式进行扩展。 更新了 语言包为简体中文 更新了 所有 CSS 样式,以适合中文显示 本代码包含简体中文和英文语言包,其他未包含在内。 tinymce_3_2_0_1 是已经集成了最新语言包和优化补丁的完整的版本 tinymce_3x补丁 是基于ti
NOTEPAD
- 一般记事本的功能, 自定义了一个字体对话框,功能也已经实现,只是其界面不太美观。-Notepad function normally, since the definition of a font dialog box, functions have been realized, not only its beautiful interface.
chooseFont
- 可以实现字体,大小等的选择的对话框,对话框内有各种系统自带的字体可以选择-As the culminating project for last semester’s Java programming class, I demonstrated how to emulate the features found in Windows Notepad in a Java application. Most of the algorithms were routine as the Java API
choosefontsize
- 用JAVA编的字体,自形,大小等的对话框可以实现字体及其大小和字形的的选择,-JAVA for the font used, since the shape, the size of the dialog box can be achieved, such as fonts and the size and shape of choice,
GUI_CODE
- Java语言,如何使用Java图形用户界面的程序类库(主要包括AWT和Swing两个),内容有字体,颜色,图形绘制,标签,按钮,创建对话框与动作事件处理等等。-Java language, how to use the Java graphical user interface library of procedures (including the two AWT and Swing), the contents of fonts, colors, graphics, drawing, lab
chatroom
- java实现网络聊天室功能.有登陆界面.服务器界面有日志(消息记录显示),端口显示,在线用户显示 客户端聊天界面类似QQ,可以设置字体(格式大小黑体斜体)可发送图片 实现公聊(TCP) ,私聊(UDP)单独弹出对话框-java chat room function network. have landed interface. server interface log (message records show), Port shows, online chat client user
editor
- 基于java的文本编辑器,功能齐全,带windows的文件对话框,可以更改选中的字体属性等,可插入图片,含系统托盘-Java-based text editor, full-featured, with the windows file dialog, you can change the font attributes, such as select, insert pictures, including the system tray
java4
- 编写一个字体对话框应用程序。在记事本里编写完代码之后,经编译成功后,桌面上显示字体对话框,输入要输入的文本即可。-Write a Font dialog box application. In the end, writing code in Notepad, after, after a successful compilation, the desktop displays the Font dialog box, enter the text can be entered.
FontChooserDialog
- java字体对话框,因为 java里没有字体对话框-java font dialog,because in java not have font dialog。
font_select
- 文本编辑器的字体选择对话框,可设置字体样式-Text editor, font selection dialog box, set the font style
DialogSample
- 具有递归目录选取对话框功能、文件open对话框提示、文件save对话框提示、颜色对话框、字体对话框和打印对话框概念股-Function with the recursive directory selection dialog, file open dialog box prompts, file save dialog box prompts, color dialog, font dialog box and the Print dialog box stocks
NotePad
- java版的记事本,自己实现字体选择对话框,实现界面风格的切换。-java Notepad~~~~~~~~~~~
JFontChooser
- java的字体设置对话框,是仿照windows中的字体对话框做的,可以看成可从用的组建-java font settings dialog box, is modeled on the windows font dialog box to do, can be seen from the use of the formation of
java9
- 设计一个创建二级菜单的程序。 其中菜单有“File”菜单项和“Format”菜单项。“File”菜单项中有子菜单“About”和“Exit”菜单:“Format”菜单项中有“Color”和“Font”子菜单项,“Color”子菜单项下有单选按钮“Blue”、“Red”、“Yellow”子菜单项,“Font”子菜单项下有复选框“Bold”和“Italic”子菜单项。 对“Abot”和“Exit”菜单项注册监听对象,当选择“About”或“Exit”菜单项时,弹出一个对话框或退出程序。对“C
notepad
- 自己做的记事本源代码 基于SWING的图形用户界面设计,发生在组件上的界面事件的处理和文件的新建、输入、输出。 把字体的颜色、加粗、倾斜设置做成了按钮,单击颜色按钮弹出颜色对话框进行颜色设置。单击加粗或倾斜按钮后,按钮的颜色会发生变化方便用户直观把握字体属性的置。 -my own notepad source code especially for szu student.