Code Monkey home page Code Monkey logo

littleluck's Issues

窗口组件下移

使用非默认的rootpanel 的时候:
UIManager.put(LuckUIClassKey.ROOTPANEUI, LuckMetalRootPaneUI.class.getName());
会出现组件下移的情况
然后还有menubar设置为空, 但是会出现一条线的bug

焦点的问题

焦点的优先级冲突,弹出一个窗口的时候,鼠标移动到窗口上,窗口就会获得焦点而顶置。然后原生的不会。

README示例代码有误

应为如下

public class Startup
{
    public static void main(String[] args)
    {
        // if open it close
        // System.setProperty("awt.useSystemAAFontSettings", "on");

        EventQueue.invokeLater(new Runnable()
        {
            public void run()
            {
                try
                {
                    UIManager.setLookAndFeel(LittleLuckLookAndFeel.class.getName());
                }
                catch (Exception e)
                {
                    e.printStackTrace();
                }
                

                //your code
            }
        }); //示例中此处有误
    }
}

LuckButtonUI重绘BUG

在paint方法中调用b.setForeground(btnColorInfo.getFontColor());,导致按钮一直处于重绘状态,如下图所示:
Bug

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.