public PluginDialog(Shell shell) {
super(shell);
this.display = Display.getDefault();
fontName = display.getSystemFont().getFontData()[0].getName();
backColor = new Color(display, 244, 244, 244);
rowColorSelection = display.getSystemColor(SWT.COLOR_WHITE);
titleFont = new Font(display, fontName, getTitleFontSize(), SWT.NORMAL);
topFont = new Font(display, fontName, getTopFontSize(), SWT.NORMAL);
}
PluginDialog.java 文件源码
java
阅读 25
收藏 0
点赞 0
评论 0
项目:ide-plugins
作者:
评论列表
文章目录