我有一个Swing代码库,它使用了大量Label
代码片段。
我试图将此应用程序迁移到JavaFX,但由于没有使用JavaFX import json
from urllib.request import url open
def load_json():
# first return value
response = urlopen("http://someurl.com/api/getjson")
# in turn, contains two nested return values for read and decode
response_dict = json.loads(response.read().decode('utf-8'))
对象的此类方法,因此我不知道如何执行此操作。
有什么想法吗?
答案 0 :(得分:1)
Label
setGraphic
与Node
ImageView
一样使用Node
。正如@James_D评论的那样。
作为JLabel,您还可以立即添加"图形" (图片)到构造函数。
误导的是不同的API术语,以及作为Label
的子项的抽象parameters:
translator.class: MyBundle\Twig\TranslationExtension
。