下載
軟體開發
帳戶
下載
軟體開發
登入
我忘記帳戶名和密碼了
新增帳戶
語言
手冊
語言
手冊
×
登入
登入名稱
密碼
×
我忘記帳戶名和密碼了
繁體中文翻譯狀態
類別:
軟體
人
PersonalForge
Magazine
Wiki
搜尋
OSDN
>
軟體搜索
>
Database
>
Front-Ends
>
DBViewer Plugin for Eclipse 開発プロジェクト
>
Ticket List/Search
>
待辦事項 #13376
DBViewer Plugin for Eclipse 開発プロジェクト
描述
專案概要
開發人員儀表板
專案的網頁
Developers
Image Gallery
List of RSS Feeds
活動
使用統計
歷史
檔案下載
發布列表
Stats
原始碼
儲存庫列表
Subversion
查看儲存庫
待辦事項
待辦事項列表
里程碑列表
類型列表
元件列表
List of frequently used tickets/RSS
新增待辦事項
文檔
Wiki
FrontPage
Title index
Recent changes
Doc Mgr
List Docs
溝通
討論區列表
公開討議 (222)
新聞
待辦事項 #13376
待辦事項列表
新增待辦事項
RSS
ArrayIndexOutOfBoundsException
啟用日期:
2008-08-21 17:37
最後更新:
2008-08-25 22:19
監視
ON
OFF
回報者:
(匿名)
負責人:
(無)
類型:
問題回報
狀態:
開啟
元件:
(無)
里程碑:
(無)
優先權:
5 - 中
嚴重程度:
5 - 中
處理結果:
無
檔案:
無
細節
Hi,
if I try to submit an edited entry to the DB I get an
ArrayIndexOutOfBoundsException
perhaps and only PERHAPS
this is a Problem with the ATW event queue
try the following code around the submission code
SwingUtilities.invokeLater(new Runnable() {
public void run() {
//your code...
}
}
Great plugin so far...
Ticket History (1/1 Histories)
2008-08-25 22:19
Updated by:
zigen
評語
Logged In: YES
user_id=31258
Could you teach
the operating in detail, and Enviroment.
I hope the error log moreover.
This plugin is not AWT/Swing but SWT.
Attachment File List (
0
)
Attachment File List
No attachments
編輯
Please login to add comment to this ticket »
登入
if I try to submit an edited entry to the DB I get an
ArrayIndexOutOfBoundsException
perhaps and only PERHAPS
this is a Problem with the ATW event queue
try the following code around the submission code
SwingUtilities.invokeLater(new Runnable() {
public void run() {
//your code...
}
}
Great plugin so far...