Vertaling van "java guis" in Japans
We konden deze vermelding niet vinden. Er worden benaderende resultaten weergegeven. Controleer je spelling of stel voor deze term aan het woordenboek toe te voegen.
Create professional-looking Java GUIs by placing and aligning components on a canvas.
キャンバス上にコンポーネントを配置し、位置を調整することで、本格的な Java GUI を作成できます。
For more information about creating Java GUIs in the IDE, see the following
Java GUI の作成については、次のドキュメントを参照してください。
Java GUIs are forms comprised of top-level containers within which are grouped sub-containers as well as the various components used to provide the desired information and control functionality.
Java GUI は、最上位のコンテナからなるフォームです。これらのコンテナには、グループにまとめられたサブコンテナのほか、必要な情報を提供し、機能を制御するための各種のコンポーネントが含まれます。
For more information about creating Java GUIs, see the Java GUI Application Learning Trail at
Java GUI の作成の詳細については、次のJava GUI アプリケーションの学習を参照してください。
Java GUIs Learning Trail   A full list of articles, guides and tutorials to creating Java graphical user interfaces (GUIs) using Project Matisse, the NetBeans GUI builder.
Java GUI の学習 NetBeans GUI ビルダーの Project Matisse を使用した Java GUI (グラフィカルユーザーインタフェース) を作成するための記事、ガイド、およびチュートリアルの完全なリスト。
Building Java GUIs About the GUI Builder Working with the GUI Builder GUI Builder Tasks: Quick Reference Designing Java GUIs Designing Java GUIs with the GUI Builder Creating a New Form Working with Containers Adding a Component to a Form Selecting Components in a Form Aligning Components Sizing Components Editing Component Properties Setting Events With the Connection Wizard Managing Component Events Modifying GUI Source Code Creating a Multiple Document Interface (MDI) Application Creating Accessible Forms Previewing a Form
Java GUI の構築 GUI ビルダーについて GUI ビルダーの操作 GUI ビルダー関連の手順早見表 Java GUI の設計 GUI ビルダーを使用した Java GUI の設計 新規フォームの作成 コンテナの操作 フォームへのコンポーネントの追加 フォームでのコンポーネントの選択 コンポーネントの位置揃え コンポーネントのサイズの指定 コンポーネントプロパティーの編集 接続ウィザードによるイベントの設定 コンポーネントイベントの管理 GUI ソースコードの変更 マルチドキュメントインタフェース (MDI) アプリケーションの作成 アクセス可能フォームの作成 フォームのプレビュー
Adding Components: The Basics Though the IDE's GUI Builder simplifies the process of creating Java GUIs, it is often helpful to sketch out the way you want your interface to look before beginning to lay it out.
コンポーネントの追加: 基本 IDEのGUIビルダーによって、JavaのGUIを作成するプロセスが簡素化されますが、配置を始める前にインタフェースのレイアウトをスケッチすると役立ちます。