搜索资源列表
gui
- 刚刚完成的一个gui,有点像tc界面。文本模式下的GUI设计时,主要要用到 这些库函数:textcolor() 用于设置打印文本的前景色,textbackground() 用于设置打 印文本 的背景色。gettext() 用于保存文本窗口的内容,puttext() 显示文本;利用这两个函 数,就可以实现
Demo8
- 写一个应用程序,要求编写一个Panel的子类MyPanel,MyPanel中有一个文本框和一个按钮,要求MyPanel的实例作为其按钮的ActionEvent事件的监视器,当单击按钮时,程序获取文本框中的文本,并将该文本作为按钮的名称。然后再编写一个Frame的子类,即窗口。窗口的布局为BorderLayout布局。窗口中添加两个MyPanel面板,分别添加到窗口的东部区域和西部区域-MyPanel.Java package cn import java.awt.* import
intltool-0.40.6.tar
- 述 internationalization tool Descr iption: The intltool package is a set of tools for translating the contents of data files using the gettext translation framework. 这个是一个转换文件,用gettext来转换数据文档内容 -Shu internationalization tool Descr iptio
gettext
- 向其他程序发送消息的范例,同时也是一个很好的工具:某些程序中显示的文字未提供复制功能,常规手段无法取得这些文字。使用这个工具可以复制“标签”,“窗口标题”,等未提供复制功能的控件里的文本。-Examples of messages sent to other programs, but also a good tool: the text is not displayed in some programs provide replication capabilities, conventiona