Skip to content

Commit

Permalink
. r make public
Browse files Browse the repository at this point in the history
  • Loading branch information
isidore authored and LarsEckart committed Jul 31, 2023
1 parent bd5baa4 commit 883ae32
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@ private void addHelpText2(String text, int position) {
addHelpText2(text, position, false);
}

private static void addHelpText(JPanel panel, String text, int position, boolean first) {
public static void addHelpText(JPanel panel, String text, int position, boolean first) {
var gridBagConstraints = new GridBagConstraints();
JLabel helpText = new JLabel(text);
var font = new Font("Courier", first ? Font.BOLD : Font.PLAIN, 16);
Expand Down

0 comments on commit 883ae32

Please sign in to comment.