Skip to content

Latest commit

 

History

History
104 lines (77 loc) · 5.13 KB

README_en.md

File metadata and controls

104 lines (77 loc) · 5.13 KB

🇨🇳 点击进入简体中文版

💡 BeautyEye has migrated from Google Code since 2015-01-30.

BeautyEye is a cross platform Java Swing look and feel;
Benefit from basic GUI technology of Android, BeautyEye is so different from other look and feel.
BeautyEye is open source and free.

Source code online

Click here: http://www.52im.net/thread-112-1-1.html

Latest Release

📄 v3.7 release note

Release time: 2015-11-13 17:23

  1. Resolved text components can not edit on JPopupMenu;
  2. Resolved issue that JFormattedTextField has not ui.

BeautyEye first code since 2012-05, v3.0 released date is 2012-09-11, latest version released date is 2015-11-13. More release notes

Compatibility

BeautyEye can be run at java 1.5,1.6,1.7 and 1.8 or later.

See compatibility test.

Feature

  • Cross-platform;
  • Main ui style;
  • Better compatibility.

Demos

Tip: Ensure has install JRE(java1.5+).

Download

📎 .zip package:Download now! (included demos, api docs , dist jar and so on).

Development Guide

🚩 First step: Import beautyeye_lnf.jar

you can found dist jar beautyeye_lnf.jar at /dist/

🚩 Second step: Code like this:

public static void main(String[] args)
{
    try
    {
        org.jb2011.lnf.beautyeye.BeautyEyeLNFHelper.launchBeautyEyeLNF();
    }
    catch(Exception e)
    {
        //TODO exception
    }
    ..................... Your code .........................
    ..................... Your code .........................
}

📗 Introduction:BeautyEye L&F brief introduction.

License

Open source and free.

Contact

  • Issues mail to 💌 jb2011@163.com;
  • Welcome to Java Swing QQ:259448663 Java Swing技术交流;
  • Twitter.

About Author

Preview

🚩 Part 1/2:Original image

🚩 Part 2/2:Original image

More Screenshots

🚩 Case 1️⃣:SwingSets2

👉 See more

🚩 Case 2️⃣:SwingSets3

📎 download jar(Swingsets3)

🚩 Case 3️⃣:DriodUIBuilder

👉 DroidUIBuilder: see more

🚩 Sace 4️⃣:Draw9patch

Wiki

📔 See more

Other projects

  • DroidUIBuilder:一款开源Android GUI设计工具(已于2012年底停止开发),:octocat: see more
  • Swing9patch:一组很酷的Java Swing可重用组件或UI效果,:octocat: see more