/**
* Creates the device in the operating system. If the device does not have a
* handle, this method may do nothing depending on the device.
* <p>
* This method is called before <code>init</code>.
* </p>
*
* @param data
* the DeviceData which describes the receiver
*
* @see #init
*/
protected void create(DeviceData data) {
// checkSubclass();
// checkDisplay(thread = Thread.currentThread(), false);
// createDisplay(data);
// register(this);
// if (Default == null)
// Default = this;
}
Display.java 文件源码
java
阅读 34
收藏 0
点赞 0
评论 0
项目:gef-gwt
作者:
评论列表
文章目录