You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
text = I18n.format(_("Some {0}boards{1} may be updated"), "<a href=\"http://boardsmanager\">", "</a>");
64
+
text = I18n.format(_("<br/>Update available for some of your {0}boards{1}"), "<a href=\"http://boardsmanager\">", "</a>");
65
65
} else {
66
-
text = I18n.format(_("Some {0}boards{1} and some {2}libraries{3} may be updated"), "<a href=\"http://boardsmanager\">", "</a>", "<a href=\"http://librarymanager\">", "</a>");
66
+
text = I18n.format(_("<br/>Update available for some of your {0}boards{1} and {2}libraries{3}"), "<a href=\"http://boardsmanager\">", "</a>", "<a href=\"http://librarymanager\">", "</a>");
@@ -196,7 +159,7 @@ public static void main(String args[]) {
196
159
/* Create and display the dialog */
197
160
EventQueue.invokeLater(newRunnable() {
198
161
publicvoidrun() {
199
-
NotificationPopupdialog = newNotificationPopup(newJFrame(), System.out::println, "title", "<a href='arduinoide://boardsmanager'>test</a> test test test test test test test test\n" +
162
+
NotificationPopupdialog = newNotificationPopup(newJFrame(), System.out::println, "<a href='arduinoide://boardsmanager'>test</a> test test test test test test test test\n" +
200
163
" test test test test test test test test test test test");
201
164
dialog.addWindowListener(newWindowAdapter() {
202
165
@Override
@@ -211,8 +174,8 @@ public void windowClosing(WindowEvent e) {
211
174
212
175
// Variables declaration - do not modify//GEN-BEGIN:variables
213
176
privatejavax.swing.JButtoncloseButton;
177
+
privatejavax.swing.JLabelicon;
214
178
privatejavax.swing.JEditorPanetext;
215
-
privatejavax.swing.JLabeltitle;
216
179
// End of variables declaration//GEN-END:variables
0 commit comments