Swing/_Link の変更点
- 追加された行はこの色です。
- 削除された行はこの色です。
- Swing/_Link へ行く。
- Swing/_Link の差分を削除
--- title: Java Swing 関係のリンク description: Java Swing 関係の外部サイトへのリンク一覧 --- #contents * 公式サイト [#gf8718a9] - [https://docs.oracle.com/javase/tutorial/uiswing/index.html Trail: Creating a GUI With Swing (The Java™ Tutorials)] -- 公式`Swing Tutorial` - [http://web.archive.org/web/20020809043740/http:/java.sun.com/products/jfc/tsc/articles/architecture/index.html A Swing Architecture Overview (The Inside Story on JFC Component Design) By Amy Fowler - The Swing Connection] -- [http://web.archive.org/web/20020409131637/http://java.sun.com/products/jfc/tsc/articles/architecture/ui_install/index.html UIデリゲートのインストールプロセス]のチャートはとても重要だが、オラクルの[https://www.oracle.com/java/technologies/a-swing-architecture.html A Swing Architecture Overview]では消えている? -- 図`ui_install.gif`などが無くなっている -- 図中に一箇所`Typo`で`UI`が`IU`になっている // * tame [#o9cd01a2] // - %%[http://www2.gol.com/users/tame/swing/examples/SwingExamples.html Swing Examples]%% // -- Tamemasaさんの`SwingExamples`です。`Swing`の有用なサンプルコードがたくさんありますが、現在は繋がらないようです。 * 英語 [#q6de33a6] - [https://tips4java.wordpress.com/ Java Tips Weblog] // -- 参考になる`Swing`のサンプルがたくさんあります。 // - %%[http://www.jroller.com/page/santhosh Santhosh Kumar's Weblog]%% - [https://github.com/santhosh-tekuri/MyBlog GitHub - santhosh-tekuri/MyBlog: My Blog] // -- `JavaWebStart`で起動する`Swing`アプリ、スクリーンショット、ソースコード、解説がそろっています。 - [http://www.java2s.com/Code/Java/Swing-Components/CatalogSwing-Components.htm Swing Components « Java] // -- スクリーンショット付きの`Swing`のサンプルコードがたくさんあります。 //ttp://www.java-tips.org/javax.swing/ Java Tips - Java SE Tips] //-- たくさん(Swing以外も)のTipsがあります。 // - %%http://java-sl.com/articles.html%% // -- 特に`JEditorPane`/`JTextPane`などのサンプルが充実しています。 * LookAndFeel [#e0842ba9] - [http://weblookandfeel.com/ Web Look and Feel » Cross-platform LaF for any Swing-based Java applications] - [http://java.net/projects/swingx/ SwingX — Java.net] - [http://code.google.com/p/seaglass/ seaglass - Java Cross-Platform Look and Feel for Swing - Google Project Hosting] - [http://insubstantial.github.com/insubstantial/substance/docs/getting-started.html Substance look and feel - getting started] * LookAndFeel [#LookAndFeel] - [https://www.formdev.com/flatlaf/ FlatLaf - Flat Look and Feel | FormDev] - [https://github.com/kirill-grouchnikov/radiance kirill-grouchnikov/radiance: Building modern, elegant and fast Swing applications] - [http://www.jgoodies.com/ JGoodies | We make Java look good and work well] - [https://github.com/khuxtable/seaglass/wiki Home · khuxtable/seaglass Wiki] - [https://github.com/margelperetto/WebLookAndFeel margelperetto/WebLookAndFeel: A Java Swing look and feel similar to web pages] // - [http://insubstantial.github.com/insubstantial/substance/docs/getting-started.html Substance look and feel - getting started] // - [http://weblookandfeel.com/ Web Look and Feel » Cross-platform LaF for any Swing-based Java applications] // - [http://java.net/projects/swingx/ SwingX — Java.net] // - [http://code.google.com/p/seaglass/ seaglass - Java Cross-Platform Look and Feel for Swing - Google Project Hosting] * Forum [#c1546dca] - [https://stackoverflow.com/questions/tagged/swing Newest 'swing' Questions - Stack Overflow] // -- `Stack Overflow`の`Swing`タグ。質問も回答も多くて活気があります。 - [https://www.coderanch.com/f/2/GUI Swing / AWT / SWT Forum at JavaRanch] // -- `JavaRanch`の`Swing`フォーラム。 // - [https://community.oracle.com/community/java/java_desktop/swing Space: Swing | Oracle Community] // -- `Oracle`の`Swing`フォーラムです。`Sun`から`Oracle`になってから、何回かフォーラムの更新があり、最近は随分寂しくなっているようです。ただ、検索は以前に比べれば速くなっているようなので、過去記事を調べるのには便利だと思います。 * 日本語 [#t247aa38] - [https://www.ne.jp/asahi/hishidama/home/tech/java/swing/index.html Java Swingメモと改造(Hishidama's Java Swing Memo)] -- `Swing`に限らず詳しいのでよく参考にしてリンクなどで引用している - [http://alga.no.coocan.jp/JavaGUIFaq19j.html comp.lang.java.gui FAQ - in Japanese] -- `comp.lang.java.gui`の`FAQ`の日本語翻訳 // - [http://homepage1.nifty.com/algafield/javanotes-gui.html Javaの手帖 - GUI分冊] // -- 主に`JTable`関連のサンプルコード(詳しいコメント付き)が紹介されています。 // - [http://dir.yahoo.co.jp/Computers_and_Internet/Programming_and_Development/Programming_Languages/Java/Guides__Tutorials_and_Documentation/ Java > ガイド、チュートリアル - Yahoo!カテゴリ] // -- `Swing`に詳しいサイト(日本語)は、Yahoo!カテゴリに結構そろっています。