You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cayenne.apache.org by GitBox <gi...@apache.org> on 2022/10/27 13:37:08 UTC

[GitHub] [cayenne] m-dzianishchyts opened a new pull request, #530: CAY-2767 Modeler: upgrade deprecated code in custom components

m-dzianishchyts opened a new pull request, #530:
URL: https://github.com/apache/cayenne/pull/530

   Replaced deprecated
   ```java
   int drawUnselectedText(Graphics, int, int, int, int)
   ```
   with
   ```java
   float drawUnselectedText(Graphics2D, float, float, int, int)
   ```
   in [TextPaneView](https://github.com/apache/cayenne/blob/62b84421d773075bbb3348992754c32a2efa857f/modeler/cayenne-modeler/src/main/java/org/apache/cayenne/swing/components/textpane/TextPaneView.java) and did some refactoring.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscribe@cayenne.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [cayenne] stariy95 merged pull request #530: CAY-2767 Modeler: upgrade deprecated code in custom components

Posted by GitBox <gi...@apache.org>.
stariy95 merged PR #530:
URL: https://github.com/apache/cayenne/pull/530


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscribe@cayenne.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org