Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
NSTextFieldの左側に検索アイコンを追加するにはどうすればよいですか?他の多くのアプリケーションでも同じことがわかります。
私はそれがこれだと思います:
text = NSTextField.alloc().initWithFrame_(((0, 0), (30.0, 22.0))) text.setCell_(NSSearchFieldCell.alloc().init())