如何在JADE中读取文本文件

发布于 2024-08-31 00:42:38 字数 83 浏览 7 评论 0原文

我被困在将 Jave 文本文件读取代码放入 JADE GUI 中。请帮忙。即使用简单的代码显示。我是 Jade 新手,但在 Java 编码方面经验丰富。

I am stuck in putting the Jave text file read code in JADE GUI. Please assist.I.e. Show using a simple code. I am new to Jade but experienced in Java coding.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

隔岸观火 2024-09-07 00:42:38

假设您正在谈论 OODB Jade?

您是否考虑过查看论坛或 wiki (wiki.jadeworld.com)?存在此类事情的代码示例。

Assuming you are talking about OODB Jade?

Have you considered checking out the forums or wiki (wiki.jadeworld.com)? Code samples exist for such things.

黎歌 2024-09-07 00:42:38

我想这与任何 Java 应用程序都是一样的。当我尝试文件操作时它对我有用。您的错误可能是:

  1. GUI 和命令之间的接口不正确
  2. 或 Java 文件命令中的错误

如果您可以提供一些代码片段,将会很有帮助

I guess it is the same as for any Java application. It worked for me when I tried File operations. Your error could be in:

  1. Improper interfacing between GUI and commands
  2. OR error in Java File commands

It would be helpful if you could provide a few code snippets

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文