Hi, there are two ways how NbBundle is used in NetBeans sources.
The first one uses @NbBundle.Messages annotation in combination with method Bundle.method_from_message_key().This way seems to be used in newer code.
The second one uses method NbBundle.getMessage(class, messageKey). What is the difference between these two usages? Regads, Tom --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected] For further information about the NetBeans mailing lists, visit: https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists
