Skip to content

Commit 84d3b72

Browse files
committed
修改第一次初始化logo
1 parent d240f99 commit 84d3b72

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

conf/nbs-conf.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ nbs.server.address.host=127.0.0.1
1616
nbs.server.address.api-port=5001
1717
nbs.server.address.gateway-port=8080
1818
nbs.server.exit.stop=false
19-
nbs.server.integrated.enabled=false
19+
nbs.server.integrated.enabled=true
2020

2121
# IP CHECKED
2222
nbs.server.ip.checked-url=http://www.net.cn/static/customercare/yourip.asp

conf/nbs.db

0 Bytes
Binary file not shown.

src/main/java/io/nbs/client/ui/frames/InitialFrame.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -164,13 +164,13 @@ private void initComponents(){
164164
@Override
165165
protected void paintComponent(Graphics g) {
166166
super.paintComponent(g);
167-
if(getIconImage()==null)
167+
/* if(getIconImage()==null)
168168
return;
169169
Image icon = getIconImage();
170170
ImageIcon imageIcon = new ImageIcon(icon);
171171
if(icon != null){
172172
g.drawImage(icon,0,0,getWidth(),getHeight(),imageIcon.getImageObserver());
173-
}
173+
}*/
174174
}
175175

176176
public void setIcon(ImageIcon icon){

0 commit comments

Comments
 (0)