I've got a simpler example to share; something that might better
illustrate my need:
When run on Tiger systems, my app now throws the following warning in Console:
<<
*** WARNING: Method setResizable in class NSTableView is deprecated on
10.4 and later. It should not be used in new applications. Use
setResizingMask: instead.
>>
I'd naturally like to keep the setResizable() code for Panther users,
and use the new setResizingMask() one for Tiger-based systems… (And of
course, I'd like to avoid to distribute 2 apps: one for Panther, and
one for Tiger.)
Any idea :) ? Thx,
--
— Frederic BLANC (email@hidden)
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Java-dev mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
http://lists.apple.com/mailman/options/java-dev/email@hidden
This email sent to email@hidden