Imagine I have this string:
string thing = "sergio|tapia|gutierrez|21|Boston";
In C# I could go:
string[] Words = thing.Split('|');
Is there something similar in Java?
I could use Substring and indexOf methods but it is horribly convoluted. I don't want that.
...
This is probably a very simple fix.
I clicked the form in the Solution Explorer.
Pressed F2 to rename it. Renamed it "MyForm.xaml". Pressed enter.
Tried launching the application but I get this error:
Cannot locate resource 'window1.xaml'.
...
I made a program to take a screenshot of the screen. How can I save the image without prompting the user for imput?
...