Browse Source

Readme: Update file paths

macos/dialog_size
weisj 3 years ago committed by Jannis Weis
parent
commit
623ffc6c01
  1. 9
      README.md

9
README.md

@ -157,17 +157,16 @@ Here is a list of things that currently are not finished or need refinement. Thi
- [Native window decorations on Linux.](https://github.com/weisJ/darklaf/issues/2)
* See [/windows](https://github.com/weisJ/darklaf/tree/master/windows) for the Windows implementation.
* See [/macos(https://github.com/weisJ/darklaf/tree/master/macos) for the macOS implementation.
* See [/macos](https://github.com/weisJ/darklaf/tree/master/macos) for the macOS implementation.
- Localization:
* Theme preferences panel. [here](https://github.com/weisJ/darklaf/blob/master/core/src/main/resources/theme_settings.properties)
* Other properties:
* [Windows title pane](https://github.com/weisJ/darklaf/blob/master/windows/src/main/java/com/github/weisj/darklaf/platform/windows/ui/WindowsTitlePane.java)
This also needs to have a bundle created in the first place.
* Theme preferences panel. [here](https://github.com/weisJ/darklaf/blob/master/core/src/main/resources/com/github/weisj/darklaf/task/theme_settings.properties)
# Artifacts
- Group ID: `com.github.weisj`
- Version: `2.7.2`
- Artifact IDs:
- `darklaf-core` The LaF itself. Include this in your project to use the LaF. Includes all other artifacts.
- `darklaf-iconset` The icons used by the laf.
- `darklaf-theme` The themes to use with the LaF.
- `darklaf-property-loader` Library to load and parse property files and icon.
- `darklaf-utils` Shared utility classes for other modules.

Loading…
Cancel
Save