# SplitPane, Cursors and Push Registration

DevFeed: [SplitPane, Cursors and Push Registration](<https://devfeed.tech/articles/splitpane-cursors-and-push-registration-19525.md>)

Original publisher: [Read original article](<https://www.codenameone.com/blog/splitpane-cursors-push-registration/>)

Author: Shai Almog

Published: 2017-05-23T00:00:00Z

Content type: release

Language: en

Sources: [CodeName One](<https://devfeed.tech/sources/codename-one.md>)

Topics: [GUI](<https://devfeed.tech/topics/gui.md>), [push-notification](<https://devfeed.tech/topics/push-notification.md>), [JavaScript](<https://devfeed.tech/topics/javascript.md>), [Web](<https://devfeed.tech/topics/web.md>), [API](<https://devfeed.tech/topics/api.md>)

Tags: [deprecated](<https://devfeed.tech/tags/deprecated.md>), [feature](<https://devfeed.tech/tags/feature.md>), [gui](<https://devfeed.tech/tags/gui.md>), [javascript](<https://devfeed.tech/tags/javascript.md>), [new-feature](<https://devfeed.tech/tags/new-feature.md>), [push-notification](<https://devfeed.tech/tags/push-notification.md>), [release](<https://devfeed.tech/tags/release.md>), [web](<https://devfeed.tech/tags/web.md>)

## AI overview

A Codename One update introduces a new SplitPane component, configurable mouse cursors for desktop and JavaScript ports, and a replacement for the deprecated push-registration method. The update also explains the SplitPane positioning arguments and Android push ID configuration.

## Source excerpt

Until this week's release push notification was registered using Display.registerPush(Hashtable, boolean) the thing is that both of these arguments to that method are no longer used or not the best way to implement registration. So we deprecated that method and introduced a new version of the method Display.registerPush(). Since push fallback hasn't been supported since we migrated to the new API it's going away isn't a big deal but up until recently the Hashtable argument was used to pass the GCM push ID.