关于Java中的一个小问题

Stringinput=JOptionPane.showInputDialog(null,"Enterastring",JOptionPane.QUESTION_MESS... String input=JOptionPane.showInputDialog(null,"Enter a string",JOptionPane.QUESTION_MESSAGE);
=String input=JOptionPane.showInputDialog("Enter a string")
有没有String input=JOptionPane.showInputDialog(null,"Enter a string")????
展开
 我来答
SUKIYOU
2009-06-16 · TA获得超过995个赞
知道小有建树答主
回答量:1505
采纳率:0%
帮助的人:1228万
展开全部
static int showConfirmDialog(Component parentComponent, Object message, String title, int optionType, int messageType, Icon icon)
调出一个带有指定图标的对话框,其中的选项数由 optionType 参数确定。
static String showInputDialog(Component parentComponent, Object message)
显示请求用户输入内容的问题消息对话框,它以 parentComponent 为父级。
static String showInputDialog(Component parentComponent, Object message, Object initialSelectionValue)
显示请求用户输入内容的问题消息对话框,它以 parentComponent 为父级。
static String showInputDialog(Component parentComponent, Object message, String title, int messageType)
显示请求用户提供输入的对话框,它以 parentComponent 为父级,该对话框的标题为 title,消息类型为 messageType。
static Object showInputDialog(Component parentComponent, Object message, String title, int messageType, Icon icon, Object[] selectionValues, Object initialSelectionValue)
提示用户在可以指定初始选择、可能选择及其他所有选项的模块化的对话框中输入内容。
static String showInputDialog(Object message)
显示请求用户输入的问题消息对话框。
static String showInputDialog(Object message, Object initialSelectionValue)
显示请求用户输入的问题消息对话框,它带有已初始化为 initialSelectionValue 的输入值。

可以自己看看API
辉郁藤懿
2020-02-02 · TA获得超过3625个赞
知道大有可为答主
回答量:3049
采纳率:30%
帮助的人:214万
展开全部
Field[]
fs=c.getDeclaredFields();
Method[]
ms=c.getDeclaredMethods();
这两句是没错的,发下你出的那段代码
错误是由于类型问题
已赞过 已踩过<
你对这个回答的评价是?
评论 收起
推荐律师服务: 若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询

为你推荐:

下载百度知道APP,抢鲜体验
使用百度知道APP,立即抢鲜体验。你的手机镜头里或许有别人想知道的答案。
扫描二维码下载
×

类别

我们会通过消息、邮箱等方式尽快将举报结果通知您。

说明

0/200

提交
取消

辅 助

模 式