ニュース

Java言語の文法をマスターしたら、いよいよ実践的なプログラミングに入りましょう。その際、避けて通れないのがGUIの作成です。本書は、AWTおよびSwingという2つの重要なパッケージを使いこなすことを目的として書かれました。
今回から「Swing」というクラスライブラリを使ったGUIプログラミングについて説明をしていきます。まずはウインドウを作って表示する、もっとも基本となる部分について説明をしましょう。
2通りの可能なソリューションを検討し、このタスクを一層簡単にすることを約束するSWTおよびSwingアプリケーションのGUIテストを作成する。
JetBrainsは先頃、Swing GUIアプリケーションのリモート実行を可能にするテクノロジであるProjectorの最初のメジャーイテレーションをリリースした ...
The XINS Projectは9月28日(米国時間)、XINSの最新版となる「XINS 2.1」を公開した。XINSはJavaで開発されたHTTPベースのAPIを実装するためのツールキット ...
Swing (and AWT) pioneered the use of MVC in Java. Surprisingly Swing stays one of the most convoluted and counterintuitive MVC frameworks with very little guidance on how to do things right. This ...
As Java GUI developers advanced from AWT to Swing, one of the key things pushed by Sun was the Swing toolkit’s single-threaded programming model. Here’s the single-thread rule from an early ...
Over the last two years, I spent some time developing a GUI application using Java Swing. The application was small, consisting of several classes in the MVC (Model-View-Controller) model, but was ...
Ars Praefectus 23y 3,728 Nov 25, 2011 #1 So, I'm trying to make a Java/Swing GUI that looks like this: Code: ...