Masnizar jamian wrote:
I'm new to linux , so are there any difference between windows platform and linux in terms of coding (mainly in multithread)?
The only difference I know of (after coding for both platforms for about five years) is that if you are using popup menus, the trigger is a mouse press in Unix and a mouse release in W****** (meaning you have to check for both events to see if MouseEvent.isPopupTrigger() returns true).
-- ____________________________________________________________ Glenn Holmer [EMAIL PROTECTED] Programmer/Analyst phone: 414.908.1809 Weyco Group, Inc. fax: 414.908.1601 ---------------------------------------------------------------------- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
