Tag

Cocoa

0 views collected around this technical thread.

Spring Full-Stack Practical Cases
Spring Full-Stack Practical Cases
Mar 21, 2022 · Frontend Development

Why Java Failed as a Desktop Development Platform: A Personal History

The author recounts his personal journey through Java’s rise and decline as a desktop development language, examining early university exposure, performance criticisms, the challenges of applets, the evolution of GUI toolkits like AWT, Swing, and SWT, and the eventual shift toward other technologies.

AppletsCocoaDesktop Development
0 likes · 18 min read
Why Java Failed as a Desktop Development Platform: A Personal History
JD Tech
JD Tech
Mar 21, 2019 · Frontend Development

Implementing NSOutlineView with Pure Code in macOS: A Step‑by‑Step Guide

This article walks through creating a hierarchical menu using NSOutlineView entirely in code, covering view initialization, data model preparation, custom cell and row views, essential NSOutlineViewDataSource and NSOutlineViewDelegate methods, and handling selection to achieve a fully functional macOS outline interface.

CocoaNSOutlineViewObjective-C
0 likes · 7 min read
Implementing NSOutlineView with Pure Code in macOS: A Step‑by‑Step Guide