多项选择题

组件的setSize()方法签名正确的是哪项?()

A. setSize(int width,int height)
B. setSize(int x,int y,int width,int height)
C. setSize(Dimension dim)
D.以上皆不是