GithubHelp home page GithubHelp logo

applefx's Introduction

Apple FX

A collection of Apple UI controls implemented in JavaFX.

Available Macos controls:

  • MacosButton
  • MacosCheckBox
  • MacosRadioButton
  • MacosLabel
  • MacosComboBox
  • MacosLabel
  • MacosSeparator
  • MacosScrollPane
  • MacosSlider
  • MacosSwitch
  • MacosAddRemoveButton
  • MacosToggleButtonBar
  • MacosToggleButton
  • MacosTextField
  • MacosProgress
  • MacosWindowButton
  • MacosWindow

The MacosWindow autodetects the current appearance (dark/bright mode and accent color) and switches all MacosControls that it contains to the new values. Because the WatcherService needs some time to detect the switch between modes it can take up to 5-10 seconds before the app will change it's appearance.

There are also 1227 SF Symbol monochrome symbols that you can use. Please find all available icons with their names here.

You can use these symbols as follows:

MacosLabel symbol = new MacosLabel(SFIcon.camera.utf8());
symbol.setFont(Fonts.sfIconSets(32));

IMPORTANT All SF Symbols shall be considered to be system-provided images as defined in the Xcode and Apple SDKs license agreements and are subject to the terms and conditions set forth therein. You may not use SF Symbols—or glyphs that are substantially or confusingly similar—in your app icons, logos, or any other trademark-related use. Apple reserves the right to review and, in its sole discretion, require modification or discontinuance of use of any Symbol used in violation of the foregoing restrictions, and you agree to promptly comply with any such request.

Macos Light Mode

BrightMode

Macos Dark Mode

DarkMode

applefx's People

Contributors

hansolo 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

Watchers

 avatar  avatar  avatar

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.