Coder Social home page Coder Social logo

swing-material's People

Contributors

dragshot avatar lemaik avatar pliavi avatar saschb2b avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

swing-material's Issues

How to use the TextToast or Toast Module?

I'm having difficulty using the TextToast.java or the Toast files. i really appreciate if you drop an example or implementation. thanks.

P.S. : thanks for this work. you rock ๐Ÿ‘

We still waiting for Examples

Hey man,
thank's a lot for this library which will perfectly meet our requirements in design
the only concern is that the project lacks documentation that poses us problem to use it
Thank you for communicating to us at least the call that must be made to use this library.

Problem in creating a view.

Hello,
I was trying to create a demo to understand how the library works but I can not render the components, What am I wrong?

here's what I tried and the rendering I get:

code
` public class MaterialDemo {

public static void main(String[] args){
    MaterialFrame frame = new MaterialFrame();
    MaterialPanel panel = new MaterialPanel();
    panel.add(new MaterialButton());

    frame.setContentPane(panel);
    frame.setVisible(true);
    frame.setWindowSize(150,150);
    frame.setLocationRelativeTo(null);
}

} `

rendering
bug

how to import this library

I want to use this library , i used to import libraries in my application as .jar but this library not .jar so how to import it and use it ?

Remove deprecated public getters and setters

At the moment, some public getters and setters are only required for animations and not meant to be used elsewhere.

This is bad, and should be refactored by implementing a TimingTargetAdapter that doesn't rely on public getter/setter functions.

Please add samples

issue
Please provide samples on how to use this library. It is pretty great solution and I think this should be an active community.

Suggestion ->
please change your project structure as ->

swing-material
         swing-material
         swing-material-samples

This way anyone will be able to use it by looking into samples and also you will be able to run samples as live tests upon build.

My issue, I am adding materialpasswordfield but the hint label is painting below box line. Help!!

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.