corner imagecorner image
IDEPlatformPluginsDocs & SupportCommunityPartners

NetBeans: Statusline Clock - plugin detail

Displays the current date and time in the IDE's status line.

NetBeans Plugin - NetBeans: Statusline Clock
Plugin owner: ebaumann
Website: http://code.google.com/p/nbsclock/
Added: 2011-04-17
Last updated: 2012-03-12
NetBeans Versions: 6.9, 7.0, 7.1
License: Freeware
Category: NetBeans Rich Client Platform
Size: 0.01 MB
Downloaded: 1,740 times
Rating:
 4.37, by 1 users


Download plugin

Verifications for NetBeans versions

7.1 verification PASSED See verification details

Introduction

NetBeans: Statusline Clock displays the current date and time in the IDE's status line.

  • Refresh interval: 1 second
  • Date's and time's display format: DateFormat.SHORT


What's new in this version

Version 1.2

  • Internal: Using ScheduledExecutorService; Behaviour should be the same as in Version 1.1

Version 1.1

  • Added day of week (short format)

[ You have to be logged in to be able to comment. ]

User Comments

  

working

its not appearing in the palette
Posted by deepak_pilai on Feb 06, 2012
  

@deepak_pilai

The statusline is at the bottom of the main window. If you want a button for a clock panel appearing in the GUI builder Matisse for drag and drop usage within own components, you can use the source code, only little modifications have to be done: Modifications: Instead "implements StatusLineElementProvider" use "extends JPanel" and initComponents() calls add() to the panel itself rather than calling statusLinePanel.add(). The statusLinePanel field is obsolete, also the getStatusLineElement(). After compiling the panel it should be possible either adding it per drag and drop to a palette or onto a container element such as another JPanel.
Posted by ebaumann on Feb 04, 2012