[PR #560] [MERGED] Functional navbar (toggleable in ClientSettings) #11462

Open
opened 2026-06-04 12:22:30 +00:00 by Dark98 · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/2006-Scape/2006Scape/pull/560
Author: @Pazaz
Created: 1/28/2023
Status: Merged
Merged: 1/28/2023
Merged by: @Dark98

Base: masterHead: pazaz-navbar


📝 Commits (3)

  • c595a29 Fixed client frame offsets/padding
  • 26ddd1c Functional navbar (toggleable in ClientSettings)
  • 1d5aecd Merge remote-tracking branch 'upstream/master' into pazaz-navbar

📊 Changes

11 files changed (+218 additions, -29 deletions)

View changed files

📝 2006Scape Client/src/main/java/ClientSettings.java (+2 -0)
📝 2006Scape Client/src/main/java/Game.java (+4 -1)
📝 2006Scape Client/src/main/java/RSApplet.java (+204 -14)
📝 2006Scape Client/src/main/java/RSFrame.java (+8 -14)
2006Scape Client/src/main/resources/navbar.gif (+0 -0)
2006Scape Client/src/main/resources/navbar_jagex.gif (+0 -0)
2006Scape Client/src/main/resources/navbar_mainmenu.gif (+0 -0)
2006Scape Client/src/main/resources/navbar_manual.gif (+0 -0)
2006Scape Client/src/main/resources/navbar_members.gif (+0 -0)
2006Scape Client/src/main/resources/navbar_rules.gif (+0 -0)
2006Scape Client/src/main/resources/navbar_worldmap.gif (+0 -0)

📄 Description

image

There's mouse entered and mouse exited handlers for the text labels so the color cursor and color changes.

There's mouse pressed handlers for images and text labels so they can perform an action, everything is hooked up except World List (which is TODO on how that should work... it could launch another window, or relaunch the launcher)


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/2006-Scape/2006Scape/pull/560 **Author:** [@Pazaz](https://github.com/Pazaz) **Created:** 1/28/2023 **Status:** ✅ Merged **Merged:** 1/28/2023 **Merged by:** [@Dark98](https://github.com/Dark98) **Base:** `master` ← **Head:** `pazaz-navbar` --- ### 📝 Commits (3) - [`c595a29`](https://github.com/2006-Scape/2006Scape/commit/c595a296027ee76b9a3ff179bf0d66d04223cafc) Fixed client frame offsets/padding - [`26ddd1c`](https://github.com/2006-Scape/2006Scape/commit/26ddd1c99cf5bdda5453a9781da44704baf645f1) Functional navbar (toggleable in ClientSettings) - [`1d5aecd`](https://github.com/2006-Scape/2006Scape/commit/1d5aecde1677f99c7218b0018177c5ec278e6f35) Merge remote-tracking branch 'upstream/master' into pazaz-navbar ### 📊 Changes **11 files changed** (+218 additions, -29 deletions) <details> <summary>View changed files</summary> 📝 `2006Scape Client/src/main/java/ClientSettings.java` (+2 -0) 📝 `2006Scape Client/src/main/java/Game.java` (+4 -1) 📝 `2006Scape Client/src/main/java/RSApplet.java` (+204 -14) 📝 `2006Scape Client/src/main/java/RSFrame.java` (+8 -14) ➕ `2006Scape Client/src/main/resources/navbar.gif` (+0 -0) ➕ `2006Scape Client/src/main/resources/navbar_jagex.gif` (+0 -0) ➕ `2006Scape Client/src/main/resources/navbar_mainmenu.gif` (+0 -0) ➕ `2006Scape Client/src/main/resources/navbar_manual.gif` (+0 -0) ➕ `2006Scape Client/src/main/resources/navbar_members.gif` (+0 -0) ➕ `2006Scape Client/src/main/resources/navbar_rules.gif` (+0 -0) ➕ `2006Scape Client/src/main/resources/navbar_worldmap.gif` (+0 -0) </details> ### 📄 Description <img width="575" alt="image" src="https://user-images.githubusercontent.com/5841704/215291351-0782b499-2c04-4562-90ec-749441e278e1.png"> There's mouse entered and mouse exited handlers for the text labels so the color cursor and color changes. There's mouse pressed handlers for images and text labels so they can perform an action, everything is hooked up except World List (which is TODO on how that should work... it could launch another window, or relaunch the launcher) --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
Dark98 added the pull-request label 2026-06-04 12:22:30 +00:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: 2006-Scape/2006Scape#11462