Closed happynow closed 9 months ago
以下のコマンドで後続に <String> がない JComboBox を含むソースファイルを検索します。 カレントディレクトリを src ディレクトリに変更して使って下さい。
grep
grep --include '*.java' -rnP 'JComboBox(?!<String>)' ./*
Windows なら powershell で
Get-ChildItem -Recurse -Filter "*.java" | Select-String -Pattern "JComboBox(?!<String>)"
昨日の今日で申し訳ありませんが「 https://github.com/kyukyunyorituryo/AozoraEpub3/commit/3c50214d6c27241505256341d80f30aa5fd84fa2 JComboBoxの宣言の一部をJComboBoxにした」の追加の修正です。
eclipseで警告が出ていたため、コンストラクタの型変数を指定しました。
AozoraEpub3Applet.java
は未使用の警告が出ていたためコメントアウトしました。