Recommended Posts

Hello everyone!

I just finished making a new version of my program: Snow Vista 2.0. It's a program that I made in Java.

I would really appreciate it if you could look at my program and give me any feedback that you may have about it!

https://www.youtube.com/watch?v=m8lF1CFL6Uk

Link to comment
https://www.neowin.net/forum/topic/1268622-snow-vista-20/
Share on other sites

Hmm.. you may want to hire someone to help you on the UI side of things.

Yes, I've been told that before. I just overhauled the interface in this version.

I guess the interface could still use some improvements then?

Link to comment
https://www.neowin.net/forum/topic/1268622-snow-vista-20/#findComment-596975226
Share on other sites

It's an all in one tool I see. You should get a much better and modern UI. Other than that, show me where the download link is.

You can download it here: https://sites.google.com/site/snowbooks1419site/downloads/Snow%20Vista%202.0.jar?attredirects=0&d=1

Link to comment
https://www.neowin.net/forum/topic/1268622-snow-vista-20/#findComment-596975324
Share on other sites

I really want to make programs that will help people I was hoping that this program would help people to get things done faster and be more productive.

You  need to clean up the UI and style it properly. For example, I should never have to close aa popup window I used to create a task or whatever. It should close for me upon successful creation.

  • Like 1
Link to comment
https://www.neowin.net/forum/topic/1268622-snow-vista-20/#findComment-596975502
Share on other sites

You  need to clean up the UI and style it properly. For example, I should never have to close aa popup window I used to create a task or whatever. It should close for me upon successful creation.

Thanks! That's a good suggestion!

Link to comment
https://www.neowin.net/forum/topic/1268622-snow-vista-20/#findComment-596975552
Share on other sites

Snowbooks1419: I suggest that you look at other programs and their interfaces.  Then figure out which style you like, then figure out how you can acheive that look using Java. For example, I really like material design, so I look at that. You don't have to choose that. Once you have chosen your UI you like, look at this question to figure out the library you want to use. Take into account the platforms you want to run on (some use native DLLs), and speed/size. Once you have all that, you can learn the library. Make sure to follow guidelines when starting out, it will help you understand what a "good" GUI looks like. Then, when you have experience, you can start doing it more yourself. Good luck!

Link to comment
https://www.neowin.net/forum/topic/1268622-snow-vista-20/#findComment-596988916
Share on other sites

Snowbooks1419: I suggest that you look at other programs and their interfaces.  Then figure out which style you like, then figure out how you can acheive that look using Java. For example, I really like material design, so I look at that. You don't have to choose that. Once you have chosen your UI you like, look at this question to figure out the library you want to use. Take into account the platforms you want to run on (some use native DLLs), and speed/size. Once you have all that, you can learn the library. Make sure to follow guidelines when starting out, it will help you understand what a "good" GUI looks like. Then, when you have experience, you can start doing it more yourself. Good luck!

Thanks for the feedback! I really appreciate it! :)

Link to comment
https://www.neowin.net/forum/topic/1268622-snow-vista-20/#findComment-596994954
Share on other sites

I was hoping that this program would help people to get things done faster and be more productive.

A noble gesture, but are you genuinely trying to suggest that you wrote this for others rather than something you threw together for your own learning?  Not saying that's not great, well done, you wrote a functioning app that does a few things - but the presentation of it is abysmal and completely detracts from what you suggest it's purpose is.  Look at other apps, and tell me yours is going to be "faster and more productive"?  I personally do not see how a "random story generator" gaffer taped to a semi-usable calendar will achieve that.

I don't mean to sound negative, I just think your comments are a little disingenuous.

Edited by Nik L
Link to comment
https://www.neowin.net/forum/topic/1268622-snow-vista-20/#findComment-596995696
Share on other sites

At first, the program was for my own learning, yes. (And it still is, to a certain degree.) However, I had just been hoping that others would also be able to benefit from it. I'm sorry if the comment that you referred to came off the wrong way.

I know that other apps are much, much, much better than the program that I demonstrated in the video. That's why I'm looking for advice on how to make it better! :)

Link to comment
https://www.neowin.net/forum/topic/1268622-snow-vista-20/#findComment-596997016
Share on other sites

This topic is now closed to further replies.
  • Recently Browsing   0 members

    • No registered users viewing this page.
  • Posts

    • I don't understand the vision. Do people really want to buy a new computer from Dell with 6 browsers installed? We all keep asking for Microsoft to stop having so much junk on their OS, and adding a bunch of browsers seems to go against that. Ideally, we would just be asked what browser we want during OOBE but Google is just going to pay Dell a bunch of money to include Chrome. Additionally, would you want your phones to start including all the browsers too when you get them? The only thing I ever wanted was to be able to uninstall IE or edge and I believe you are now able to. I do agree that microsoft needs to chill with their "are you sure you don't want to try edge before you install chrome" ads when going to download chrome.
    • The funny thing here is that like 70% or so of the web browser users use 'Google Chrome' as web browser. What I don't understand is that why on earth would ANYONE choose 'Google Chrome' on Windows when 'Microsoft Edge' is not just better in most things, but it's already there right out of the box for the Windows users. Microsoft Edge has less data collection (yes, that's a fact), less RAM usage and is more optimized for Windows (as it's a Microsoft product) right out of the box. I'm sure you will come with the argument of bloat in Microsoft Edge. Sure, but most of that can be fixed with a simple tool (there are many good ones out there for this). Yes, that require a couple of clicks in the same way as it requires several clicks to install 'Google Chrome'. And I'm sure you really love the 4 GB of AI-slop data 'Google Chrome' is downloading for Chrome without you agreeing to it. Fun right? Sure, the way Microsoft is pushing 'Microsoft Edge' on users might not be the best way of doing it and might need to change. But I would never choose 'Google Chrome' over 'Microsoft Edge' today anyways. I'm sure there was a period back in the days when 'Google Chrome' actually was better in most things, but that period is not today.
    • JetBrains rolls out IntelliJ IDEA update with Markdown preview fixes and more by David Uzondu Image via JetBrains IntelliJ 2026.1.3 from JetBrains has landed, bringing several highly requested bug fixes that target common UI glitches and terminal rendering issues. If you run tmux inside the integrated terminal, the IDE no longer renders the cursor above the active line. The Markdown preview bug, which was fixed in this release, had annoyed developers for quite some time, as the preview pane failed to render images saved outside the project directory. Instead of displaying the actual image, the IDE simply showed a broken image icon, a problem that stuck around for two years before this update. Over on Windows, developers running WSL can now use wsl.exe to spin up their environments without losing terminal functionality. In previous builds, launching a terminal shell with something like wsl.exe -d ubuntu inside a Windows-based project broke both shell integration and active process detection. Other bug fixes in this release include: An issue where Gradle sync incorrectly reported success as a failure on WSL when using Gradle 9.5.0. A syntax highlighting bug that flagged valid Java for-loop initialization blocks with multiple statements as incorrect. A warning bug that triggered a false non-null local variable alert when using JSpecify annotations. A database generation bug that hid the option to use a DELETE statement instead of a TRUNCATE checkbox. A Kotlin highlighting failure where an assertion error in the Gradle redundant library inspection broke error highlighting. A UI bug where the ComboBox popup lacked a maximum height restriction. A Snowflake syntax error where DataGrip failed to support the "create temp" command. A Svelte syntax parsing failure that incorrectly flagged quotes inside inline expressions. A VCS repository manager deadlock that triggered thread pool exhaustion. A memory leak where the LazyTree component kept all previous versions of a tree in memory. IntelliJ 2026.1.3 is the third bug fix release for the IntelliJ 2026.1 series. The first one landed back in April with a fix for the WSL Python interpreter freeze, another fix for guest participants using Emmet abbreviations, and corrected WildFly server deployment errors.
    • That stupid annoying Sign in with Google on all these sites now... get the fk outta here
  • Recent Achievements

    • Collaborator
      Asgardi earned a badge
      Collaborator
    • Conversation Starter
      mobandz earned a badge
      Conversation Starter
    • Apprentice
      fernan99 went up a rank
      Apprentice
    • One Month Later
      nothanks earned a badge
      One Month Later
    • One Month Later
      B2Proxy earned a badge
      One Month Later
  • Popular Contributors

    1. 1
      +primortal
      469
    2. 2
      PsYcHoKiLLa
      243
    3. 3
      Skyfrog
      79
    4. 4
      FloatingFatMan
      73
    5. 5
      Michael Scrip
      60
  • Tell a friend

    Love Neowin? Tell a friend!