Glenn Holmer wrote:
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).
Uggg...  I forgot about that one - I have a class that takes care
of that stuff and, well, it handles all cases.  (BTW - that is
not the only case of slight difference between up-event and
down-event handling between various platforms)

--
Michael Sinz            Technology and Engineering Director/Consultant
"Starting Startups"                       mailto:[EMAIL PROTECTED]
My place on the web                   http://www.sinz.org/Michael.Sinz


----------------------------------------------------------------------
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to