The first summer war --java + mysql personal information management system (continued rapid beautify UI)

Disclaimer: This article is a blogger original article, follow the CC 4.0 BY-SA copyright agreement, reproduced, please attach the original source link and this statement.
This link: https://blog.csdn.net/qq_40176716/article/details/95463549

The first summer war --java + mysql Personal Information Management System

The first summer war --java + mysql personal information management system (continued rapid beautify UI)

The second summer war --java & C # double-ended Sokoban game + custom maps

Did not want to send this blog, but I looked at my blog, in addition to the UI this regard made several android UI of the rest are not described in detail through UI

UI is also the intention is the relationship between user interface and the user interface. It includes interaction design, user research, interface design in three parts. And a good UI for users, the effect is very large.

This is a personal information management system with a package under landscaping beautification see results

BeautyEye Author: JackJiang

First, download this thing, there is the open-source Chinese  https://www.oschina.net/p/beautyeye

After downloading the jar package which, added to the project 

In the main method is then added

try
{
	org.jb2011.lnf.beautyeye.BeautyEyeLNFHelper.launchBeautyEyeLNF();
	UIManager.put("RootPane.setupButtonVisible", false);
}
catch(Exception e)
{
	//TODO exception
}

Run the program again

Look at this source: Summer first battle --java + mysql Personal Information Management System

Of course, because this system is less control, less obvious, but pleasing to the eye before some of Que Shibi

In BeautyEye concise Developer's Guide published author, we can further settings ui, better make it interactive.

Guess you like

Origin blog.csdn.net/qq_40176716/article/details/95463549