Java言語の文法をマスターしたら、いよいよ実践的なプログラミングに入りましょう。その際、避けて通れないのがGUIの作成です。本書は、AWTおよびSwingという2つの重要なパッケージを使いこなすことを目的として書かれました。 1-5 Javaの主要なGUI ...
翔泳社では、「独習」「徹底入門」「スラスラわかる」「絵で見てわかる」「一年生」などの人気シリーズをはじめ、言語や開発手法、最新技術を解説した書籍を多数手がけています。プロジェクトマネジメントやチームビルティングといった管理職向けの ...
CodeZine編集部では、現場で活躍するデベロッパーをスターにするためのカンファレンス「Developers Summit」や、エンジニアの生きざまをブーストするためのイベント「Developers Boost」など、さまざまなカンファレンスを企画・運営しています。 講演資料・動画 ...
この記事の要約:Javaプログラミング学習の2週目の最終日となるDay 14では、より高度なアプレットやスタンドアロンアプリケーションを構築するための重要なトピックが網羅されます。本日は、JavaのAbstract Windowing Toolkit (AWT) を用いた独立したウィンドウの ...
何千人もの開発者が、InfoQのミニブック「Practical Guide to Building an API Back End with Spring Boot」から、Spring Bootを使ったREST API構築の基礎を学んだ。この本では、出版時に新しくリリースされたバージョンである Spring Boot 2 を使用している。しかし、Spring Boot3が最近 ...
Simon Phipps, Sun’s chief technology evangelist, likens Java to a baby duck. “When Java technology was born, it looked around, saw a Web browser and thought it was an applet,” he jokes. His point: ...
We’ve discussed here before the brewing battle between Swing and JavaFX for the hearts and minds of desktop Java GUI developers. Will the two technologies develop in parallel, each with their own ...
The XINS Projectは9月28日(米国時間)、XINSの最新版となる「XINS 2.1」を公開した。XINSはJavaで開発されたHTTPベースのAPIを実装するためのツールキット。SOAPやXML-RPC, RESTがサポートされている。多くのXMLベース仕様フォーマットで構成されており、HTML、WSDL ...
Model-View-Controller (MVC) paradigm is an intuitive and widely accepted strategy in UI design, be it web or rich client. In fact it is so well established as a de-facto standard, that "compliance ...
But I'm having trouble making the search area look 'normal' ... everything blows up to fill the grid I've created there instead of looking more naturally form-like ... the code I'm using follows (let ...