static JTextPane jLiveValueTextPane_bothWays(final SimpleLiveValue<S> lv) { final JTextPane ta = jTextPane(); bindTextComponentToLiveValue_bothWays(ta, lv); ret ta; }
Began life as a copy of #1016666
download show line numbers debug dex old transpilations
Travelled to 7 computer(s): bhatertpkbcr, cfunsshuasjs, mqqgnosmbjvj, pyentgdyhuwx, pzhvpgtvlbxg, tvejysmllsmz, vouqrxazstgt
No comments. add comment
| Snippet ID: | #1023000 |
| Snippet name: | jLiveValueTextPane_bothWays |
| Eternal ID of this version: | #1023000/3 |
| Text MD5: | 252e2b7f28aa70c10b800f6a9b41d306 |
| Author: | stefan |
| Category: | javax / gui |
| Type: | JavaX fragment (include) |
| Public (visible to everyone): | Yes |
| Archived (hidden from active list): | No |
| Created/modified: | 2019-04-19 23:52:37 |
| Source code size: | 176 bytes / 5 lines |
| Pitched / IR pitched: | No / No |
| Views / Downloads: | 487 / 528 |
| Version history: | 2 change(s) |
| Referenced in: | #1006654 - Standard functions list 2 (LIVE, continuation of #761) #1023009 - jCenteredLiveValueTextPane_bothWays |