Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Replace jar for JFontChooser with com.rover12421.opensource:JFontChoose:1.0.5-3 #52

Merged
merged 1 commit into from
Feb 5, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -144,6 +144,9 @@ dependencies {
// JUnit Jupiter using Gradle's native JUnit Platform
testImplementation(platform('org.junit:junit-bom:5.9.2'))
testImplementation('org.junit.jupiter:junit-jupiter')

// Provide JFontChooser
implementation 'com.rover12421.opensource:JFontChooser:1.0.5-3'
}

application {
Expand Down
Binary file removed src/lib/net.mariottini.swing.jar
Binary file not shown.
3 changes: 2 additions & 1 deletion src/main/java/listfix/view/dialogs/AppOptionsDialog.java
Original file line number Diff line number Diff line change
Expand Up @@ -30,9 +30,10 @@
import listfix.util.OperatingSystem;
import listfix.view.controls.JTransparentTextArea;
import listfix.view.support.FontExtensions;
import net.mariottini.swing.JFontChooser;

import org.apache.logging.log4j.LogManager;
import org.apache.logging.log4j.Logger;
import say.swing.JFontChooser;

import javax.swing.*;
import javax.swing.UIManager.LookAndFeelInfo;
Expand Down