Giter VIP home page Giter VIP logo

swing-rectlook's Introduction

swing-rectlook

Modified java swing inspired in twitter bootstrap

Current components list:

  1. CustomImageIcon: * Custom icon for several components java CustomImageIcon icon = new CustomImageIcon("iconpath/icon.png", "icon description", width, heigth);
  2. RainbowPanel * Just a garnish component java RainbowPanel rbp = new RainbowPanel(bounds);
  3. BottomPanel * Panel with custom text with separator on top. java BottomPanel bp = new BottomPanel("Your text here", bounds);
  4. TitlePanel * Panel with custom icon (CustomImageIcon), text and a separator on bottom. java TitlePanel tp = new TitlePanel("Your title", bounds, customImageIcon);
  5. RectlookButton * Button with custom text and 6 color types:
    • DEFAULT_TYPE = 1;
    • PRIMARY_TYPE = 2;
    • SUCCESS_TYPE = 3;
    • INFO_TYPE = 4;
    • WARNING_TYPE = 5;
    • DANGER_TYPE = 6; java RectlookButton button = new RectlookButton("Button text", RectlookButton.DANGER_TYPE);
  6. RectlookCheckBox * Custom checkbox with customizable primary and secondary colors. java //new Color(138, 147, 179), new Color(114, 132, 193) RectlookCheckBox jcb = new RectlookCheckBox("Checkbox text", primaryColor, secundaryColor);
  7. RectlookFormField (Compound by RectlookTextField and CustomImageIcon) * Custom form field with customizable icon and placeholder text. java //the description is the placeholder RectlookFormField jpEmail = new RectlookFormField("iconPath", "formFieldDescription");
  8. RectlookTextField * Custom textfield with placeholder text. java RectlookTextField textField = new RectlookTextField(); textField.setPlaceholder("placeHolderText");

ScreenShots (showing button with normal colors and hover colors)

Components

swing-rectlook's People

Contributors

ingogbe avatar

Stargazers

 avatar  avatar  avatar

Watchers

xhcao avatar  avatar

Forkers

jaasielguerra

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.