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
License: Freeware
Category: NetBeans Rich Client Platform
Downloaded: 2,907 times
Rating:
 4.37, by 1 users

Plugin Log Show log

Versions available

Download plugin   Download size: 0.01 MB   Last Update: 2012-03-12

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)


Verifications for NetBeans versions

7.1 verification PASSED See verification details
Download plugin   Download size: 0.01 MB   Last Update: 2012-03-12

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)


Verifications for NetBeans versions

Plugin is not subject to any verification

Download plugin   Download size: 0.01 MB   Last Update: 2012-03-12

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)


Verifications for NetBeans versions

Plugin is not subject to any verification



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

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

User Comments

  

@stenly - Alarming feature

Thanks Stan,

thanks for the suggestion. I'm currently have no time to extend the clock. But you can extend the source code, it shouldn't be difficult: https://code.google.com/p/nbsclock/source/checkout
Posted by ebaumann on Aug 21, 2012
  

Alarming feature

Hi there,

Here's an idea for further development. Usually I separate my day into small chunks of 60 to 90 minutes and I can make a good use of your plugin if it can show me a reminder after that period has passed.

Cheers,
Stan.
Posted by stenly on Aug 11, 2012
  

works on nb7.2

Works fine on NetBeans 7.2 on Linux
Posted by unai on Aug 02, 2012
  

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
By use of this website, you agree to the NetBeans Policies and Terms of Use. © 2012, Oracle Corporation and/or its affiliates. Sponsored by Oracle logo