X-Git-Url: http://git.nikiroo.be/?a=blobdiff_plain;f=src%2Fjexer%2Fbits%2FMnemonicString.java;h=5977ed56c71064262d19f0fed0afc15686ffd59e;hb=ab215e38e98a76ad189ba537e37c420ae515e4c0;hp=edd5227b7136349be47211f3e814a16cbd70c87b;hpb=d36057dfab8def933a64be042b039d76708ac5ba;p=fanfix.git diff --git a/src/jexer/bits/MnemonicString.java b/src/jexer/bits/MnemonicString.java index edd5227..5977ed5 100644 --- a/src/jexer/bits/MnemonicString.java +++ b/src/jexer/bits/MnemonicString.java @@ -3,7 +3,7 @@ * * The MIT License (MIT) * - * Copyright (C) 2017 Kevin Lamonte + * Copyright (C) 2019 Kevin Lamonte * * Permission is hereby granted, free of charge, to any person obtaining a * copy of this software and associated documentation files (the "Software"), @@ -29,12 +29,12 @@ package jexer.bits; /** - * MnemonicString is used to render a string like "&File" into a highlighted - * 'F' and the rest of 'ile'. To insert a literal '&', use two '&&' - * characters, e.g. "&File && Stuff" would be "File & Stuff" with the first - * 'F' highlighted. + * MnemonicString is used to render a string like "&File" into a + * highlighted 'F' and the rest of 'ile'. To insert a literal '&', use + * two '&&' characters, e.g. "&File && Stuff" would be + * "File & Stuff" with the first 'F' highlighted. */ -public final class MnemonicString { +public class MnemonicString { // ------------------------------------------------------------------------ // Variables -------------------------------------------------------------- @@ -63,7 +63,7 @@ public final class MnemonicString { * Public constructor. * * @param label widget label or title. Label must contain a keyboard - * shortcut, denoted by prefixing a letter with "&", e.g. "&File" + * shortcut, denoted by prefixing a letter with "&", e.g. "&File" */ public MnemonicString(final String label) {