I want to create platform independent desktop application with modern look and feel (Simmilar to github desktop application). Is it possible to design desktop application with same kind of look and feel that the github desktop application is providing using java ?
Please see github windows application first for reference. Because I already know awt and swing in java, but I don't think we can create same look and feel with awt or swing.
Thanks in advance.